forked from ros-gbp/geometry_angles_utils-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracks.yaml
59 lines (59 loc) · 2.15 KB
/
tracks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
tracks:
groovy:
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: master
last_version: 1.9.8
name: upstream_groovy
patches: null
release_inc: '0'
release_tag: :{version}
ros_distro: groovy
vcs_type: git
vcs_uri: https://github.com/ros/angles
version: 1.9.8
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: master
last_version: 1.9.9
name: upstream_hydro
patches: null
release_inc: '0'
release_tag: :{version}
ros_distro: hydro
vcs_type: git
vcs_uri: https://github.com/ros/angles
version: :{auto}
indigo:
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: master
last_version: 1.9.9
name: upstream
patches: null
release_inc: '0'
release_repo_url: null
release_tag: :{version}
ros_distro: indigo
vcs_type: git
vcs_uri: https://github.com/ros/angles
version: :{auto}