-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added index v4 with additional metadata (#19415)
- Loading branch information
1 parent
177562a
commit 6afb45e
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
6afb45e
There was a problem hiding this comment.
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
6afb45e
There was a problem hiding this comment.
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.
6afb45e
There was a problem hiding this comment.
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!
6afb45e
There was a problem hiding this comment.
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.