-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtracks.yaml
60 lines (60 loc) · 2.32 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
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: 0.1.2
name: libfreenect
patches: patches
release_inc: '4'
release_tag: d1d19df8957f8d63a562b310413da15d3e6ef7a1
ros_distro: groovy
vcs_type: git
vcs_uri: https://github.com/OpenKinect/libfreenect.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: master
last_version: 0.1.2
name: libfreenect
patches: patches
release_inc: '2'
release_repo_url: null
release_tag: d1d19df8957f8d63a562b310413da15d3e6ef7a1
ros_distro: hydro
vcs_type: git
vcs_uri: https://github.com/OpenKinect/libfreenect.git
version: :{ask}
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: 0.1.2
name: libfreenect
patches: patches
release_inc: '2'
release_repo_url: null
release_tag: d1d19df8957f8d63a562b310413da15d3e6ef7a1
ros_distro: indigo
vcs_type: git
vcs_uri: https://github.com/OpenKinect/libfreenect.git
version: :{ask}