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 pinocchio to foxy and eloquent #1

Closed
wants to merge 1 commit into from
Closed
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
50 changes: 50 additions & 0 deletions tracks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,53 @@ tracks:
vcs_type: git
vcs_uri: https://github.com/stack-of-tasks/pinocchio.git
version: :{auto}
foxy:
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: master
last_release: v2.4.5
last_version: 2.4.5
name: upstream
patches: null
release_inc: '1'
release_repo_url: git@github.com:ipab-slmc/pinocchio_catkin-release.git
release_tag: v:{version}
ros_distro: foxy
vcs_type: git
vcs_uri: https://github.com/stack-of-tasks/pinocchio.git
version: :{auto}
eloquent:
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: master
last_release: v2.4.5
last_version: 2.4.5
name: upstream
patches: null
release_inc: '1'
release_repo_url: git@github.com:ipab-slmc/pinocchio_catkin-release.git
release_tag: v:{version}
ros_distro: eloquent
vcs_type: git
vcs_uri: https://github.com/stack-of-tasks/pinocchio.git
version: :{auto}