Skip to content

Commit

Permalink
Modified tracks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Mar 10, 2020
1 parent a0a19c2 commit e5c7d28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tracks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,26 @@ tracks:
vcs_type: git
vcs_uri: https://github.com/ros/geometry_experimental.git
version: :{auto}
noetic:
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}
devel_branch: noetic-devel
name: upstream
patches: null
release_inc: 0
release_repo_url: [email protected]:ros-gbp/geometry_experimental-release.git
release_tag: :{version}
ros_distro: noetic
vcs_type: git
vcs_uri: https://github.com/ros/geometry_experimental.git
version: :{auto}

0 comments on commit e5c7d28

Please sign in to comment.