-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracks.yaml
More file actions
21 lines (21 loc) · 774 Bytes
/
tracks.yaml
File metadata and controls
21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tracks:
hydro:
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}
devel_branch: hydro
last_version: 2.2.3
name: turtlebot_viz
patches: null
release_inc: '1'
release_repo_url: null
release_tag: :{version}
ros_distro: hydro
vcs_type: git
vcs_uri: https://github.com/turtlebot/turtlebot_viz.git
version: :{auto}