Skip to content

Commit

Permalink
added index v4 with additional metadata (#19415)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Nov 6, 2018
1 parent 177562a commit 6afb45e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions index-v4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
%YAML 1.1
# ROS index file
# see REP 153: http://ros.org/reps/rep-0153.html
---
distributions:
groovy:
distribution: [groovy/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/groovy-cache.yaml.gz
distribution_status: end-of-life
distribution_type: ros1
hydro:
distribution: [hydro/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/hydro-cache.yaml.gz
distribution_status: end-of-life
distribution_type: ros1
indigo:
distribution: [indigo/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/indigo-cache.yaml.gz
distribution_status: active
distribution_type: ros1
jade:
distribution: [jade/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/jade-cache.yaml.gz
distribution_status: end-of-life
distribution_type: ros1
kinetic:
distribution: [kinetic/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/kinetic-cache.yaml.gz
distribution_status: active
distribution_type: ros1
lunar:
distribution: [lunar/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/lunar-cache.yaml.gz
distribution_status: active
distribution_type: ros1
melodic:
distribution: [melodic/distribution.yaml]
distribution_cache: http://repositories.ros.org/rosdistro_cache/melodic-cache.yaml.gz
distribution_status: active
distribution_type: ros1
type: index
version: 4

4 comments on commit 6afb45e

@martiniil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dirk-thomas This breaks bloom-release since version > 3 is not currently supported.

Or is a new python-bloom version somewhere pending?

See https://github.com/ros-infrastructure/bloom/blob/d8be9d1d3469f00f936ad6e4869b847c5a6f8962/bloom/commands/release.py#L221

@nuclearsandwich
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martiniil thanks for the report. Can you give the branch ros-infrastructure/bloom#493 a shot and let me know if that works for you. I've done some local testing but the more QA the better.

@nuclearsandwich
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martiniil as a followup. Bloom 0.6.8 has been released which includes initial support for v4 index files. Please give it a whirl and report any issues to https://github.com/ros-infrastructure/bloom/issues. Thanks!

@martiniil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nuclearsandwich Thanks a lot! Your fix works for me.

Please sign in to comment.