Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a repos file for ros-infrastructure packages #4

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading