forked from ros-gbp/pcl-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracks.yaml
40 lines (40 loc) · 1.46 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
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.6.0
name: pcl
patches: groovy
release_inc: '30'
release_tag: pcl-:{version}
ros_distro: groovy
vcs_type: git
vcs_uri: [email protected]:PointCloudLibrary/pcl.git
version: :{ask}
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: null
last_version: 1.7.0
name: pcl
patches: hydro
release_inc: '11'
release_repo_url: null
release_tag: pcl-:{version}
ros_distro: hydro
vcs_type: git
vcs_uri: https://github.com/PointCloudLibrary/pcl.git
version: 1.7.0