Skip to content
Snippets Groups Projects
Commit 63be149e authored by Yadunund's avatar Yadunund
Browse files

Copy rolling track to iron with migrate-rosdistro.py.

parent f33edf54
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,32 @@ tracks:
vcs_type: git
vcs_uri: https://github.com/ros-perception/vision_msgs.git
version: :{auto}
iron:
actions:
- bloom-export-upstream :{vcs_local_uri} :{vcs_type} --tag :{release_tag} --display-uri
:{vcs_uri} --name :{name} --output-dir :{archive_dir_path}
- git-bloom-import-upstream :{archive_path} :{patches} --release-version :{version}
--replace
- git-bloom-generate -y rosrelease :{ros_distro} --source upstream -i :{release_inc}
- git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro}
-i :{release_inc} --os-name ubuntu
- git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro}
-i :{release_inc} --os-name debian --os-not-required
- git-bloom-generate -y rosrpm --prefix release/:{ros_distro} :{ros_distro} -i
:{release_inc} --os-name fedora
- git-bloom-generate -y rosrpm --prefix release/:{ros_distro} :{ros_distro} -i
:{release_inc} --os-name rhel
devel_branch: ros2
last_version: 4.1.0
name: upstream
patches: null
release_inc: '2'
release_repo_url: null
release_tag: :{version}
ros_distro: iron
vcs_type: git
vcs_uri: https://github.com/ros-perception/vision_msgs.git
version: :{auto}
kinetic:
actions:
- bloom-export-upstream :{vcs_local_uri} :{vcs_type} --tag :{release_tag} --display-uri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment