Skip to content

Commit

Permalink
Add a repos file for ros-infrastructure packages (#4)
Browse files Browse the repository at this point in the history
This isn't used by the CI automation defined here, but will be used by
other CI automation to test HEAD of all of our packages together.
  • Loading branch information
cottsay authored Dec 3, 2024
1 parent 27bb4b1 commit d362dad
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions constraints-heads.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Should mirror ros-infrastructure.repos
bloom@ git+https://github.com/ros-infrastructure/bloom.git
catkin-pkg@ git+https://github.com/ros-infrastructure/catkin_pkg.git
catkin-sphinx@ git+https://github.com/ros-infrastructure/catkin-sphinx.git
Expand Down
43 changes: 43 additions & 0 deletions ros-infrastructure.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
# Should mirror constraints-heads.txt
repositories:
bloom:
type: git
url: https://github.com/ros-infrastructure/bloom.git
version: master
catkin_pkg:
type: git
url: https://github.com/ros-infrastructure/catkin_pkg.git
version: master
catkin-sphinx:
type: git
url: https://github.com/ros-infrastructure/catkin-sphinx.git
version: master
ros_buildfarm:
type: git
url: https://github.com/ros-infrastructure/ros_buildfarm.git
version: master
rosdep:
type: git
url: https://github.com/ros-infrastructure/rosdep.git
version: master
rosdistro:
type: git
url: https://github.com/ros-infrastructure/rosdistro.git
version: master
rosdoc2:
type: git
url: https://github.com/ros-infrastructure/rosdoc2.git
version: main
rosinstall_generator:
type: git
url: https://github.com/ros-infrastructure/rosinstall_generator.git
version: master
rospkg:
type: git
url: https://github.com/ros-infrastructure/rospkg.git
version: master
superflore:
type: git
url: https://github.com/ros-infrastructure/superflore.git
version: master

0 comments on commit d362dad

Please sign in to comment.