forked from ros-gbp/libccd-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracks.yaml
81 lines (81 loc) · 2.99 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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.4.0
name: upstream_groovy
patches: groovy
release_inc: '3'
release_tag: v1.4
ros_distro: groovy
vcs_type: git
vcs_uri: https://github.com/danfis/libccd.git
version: 1.4.0
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.4.0
name: upstream_hydro
patches: hydro
release_inc: '1'
release_tag: v1.4
ros_distro: hydro
vcs_type: git
vcs_uri: https://github.com/danfis/libccd.git
version: 1.4.0
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.5.0
name: upstream_indigo
patches: indigo
release_inc: '1'
release_repo_url: null
release_tag: v1.5
ros_distro: indigo
vcs_type: git
vcs_uri: https://github.com/danfis/libccd.git
version: 1.5.0
jade:
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}
- git-bloom-generate -y rosrpm --prefix release/:{ros_distro} :{ros_distro} -i
:{release_inc}
devel_branch: master
last_version: 2.0.0
name: upstream
patches: jade
release_inc: '1'
release_repo_url: null
release_tag: :{ask}
ros_distro: jade
vcs_type: git
vcs_uri: https://github.com/danfis/libccd.git
version: :{ask}