Created
December 7, 2013 00:39
-
-
Save wjwwood/7835694 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
%YAML 1.1 | |
# ROS distribution file | |
# see REP nnn: http://ros.org/reps/rep-NNN.html | |
--- | |
# prefixed with 'release_' since these are the platform we release for | |
release_platforms: | |
ubuntu: | |
- precise | |
- quantal | |
- raring | |
repositories: | |
catkin: | |
# each repo contains the (optional) sections for 'doc', 'release' and 'source' | |
doc: | |
type: git | |
url: https://github.com/ros/catkin.git | |
version: groovy-devel | |
release: | |
status: maintained | |
tags: | |
release: release/hydro/{package}/{version} | |
url: https://github.com/ros-gbp/catkin-release.git | |
version: 0.5.77-0 | |
source: | |
type: git | |
url: https://github.com/ros/catkin.git | |
version: groovy-devel | |
genmsg: | |
doc: | |
type: git | |
url: https://github.com/ros/genmsg.git | |
# specified separately from source since it might use different version | |
version: 0.4.23 | |
release: | |
status: maintained | |
tags: | |
release: release/hydro/{package}/{version} | |
url: https://github.com/ros-gbp/genmsg-release.git | |
version: 0.4.23-0 | |
source: | |
type: git | |
url: https://github.com/ros/genmsg.git | |
version: hydro-devel | |
roscpp_core: | |
doc: | |
depends: [genmsg] | |
type: git | |
url: https://github.com/ros/roscpp_core.git | |
version: hydro-devel | |
# the packages affect the 'doc' and 'release' | |
# 'source' (devel jobs) will always process all package within the repo | |
# it does not make sense to allow specifying separate lists | |
packages: | |
cpp_common: | |
roscpp_core: | |
roscpp_serialization: | |
roscpp_traits: | |
rostime: | |
release: | |
tags: | |
release: release/hydro/{package}/{version} | |
url: https://github.com/ros-gbp/roscpp_core-release.git | |
version: 0.3.16-0 | |
source: | |
type: git | |
url: https://github.com/ros/roscpp_core.git | |
version: hydro-devel | |
# status can now be modeled for a 'doc' / 'source' repo | |
status: maintained | |
status_description: 'Very actively maintained' | |
type: distribution | |
version: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment