-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgitman.yml
190 lines (190 loc) · 4.27 KB
/
gitman.yml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
location: .gitman
sources:
- repo: git@github.com:larics/ardupilot
name: ardupilot
rev: Larics-4.4.3
type: git
params:
sparse_paths:
-
links:
- source: ''
target: firmware/ardupilot
scripts:
- git submodule update --init --recursive
- rm -rf build
- repo: git@github.com:larics/ardupilot_gazebo
name: ardupilot_gazebo
rev: larics-master
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/ardupilot_gazebo
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/mav_comm
name: mav_comm
rev: larics_master
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/mav_comm
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/rotors_simulator
name: rotors_simulator
rev: larics_noetic_master
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/rotors_simulator
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/uav_ros_stack
name: uav_ros_stack
rev: main
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/uav_ros_stack
scripts:
- gitman install core
- repo: git@github.com:larics/uav_ros_stack
name: uav_ros_stack_sparse
rev: main
type: git
params:
sparse_paths:
- miscellaneous/*
- installation/*
links:
- source: ''
target: ros_packages/uav_ros_stack
scripts:
-
- repo: git@github.com:larics/larics_gazebo_worlds.git
name: larics_gazebo_worlds
rev: master
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/larics_gazebo_worlds
scripts:
-
sources_locked:
- repo: git@github.com:larics/ardupilot
name: ardupilot
rev: 34af6c42e25d3e43af5e223205e35bfd7d30f449
type: git
params:
sparse_paths:
-
links:
- source: ''
target: firmware/ardupilot
scripts:
- git submodule update --init --recursive
- rm -rf build
- repo: git@github.com:larics/ardupilot_gazebo
name: ardupilot_gazebo
rev: 86fcd644a30b9e411c9a38507d576437889b7c23
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/ardupilot_gazebo
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/mav_comm
name: mav_comm
rev: 260be9430423e8655473b419606f58d887059d8d
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/mav_comm
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/rotors_simulator
name: rotors_simulator
rev: e683629c575c05530dc8cccc0151215f1c018154
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/rotors_simulator
scripts:
- git submodule update --init --recursive
- repo: git@github.com:larics/uav_ros_stack
name: uav_ros_stack
rev: bfa98eaae58daba69c9be98769b20e2b06a74a70
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/uav_ros_stack
scripts:
- gitman install core
- repo: git@github.com:larics/larics_gazebo_worlds.git
name: larics_gazebo_worlds
rev: 0bf9f5b1bf34432e317a54d37bb96a8a941917cf
type: git
params:
sparse_paths:
-
links:
- source: ''
target: ros_packages/larics_gazebo_worlds
scripts:
-
- repo: git@github.com:larics/uav_ros_stack
name: uav_ros_stack_sparse
rev: 403b08ba0420df68846a2af9ac56ef5c5c904b54
type: git
params:
sparse_paths:
- miscellaneous/*
- installation/*
links:
- source: ''
target: ros_packages/uav_ros_stack
scripts:
-
groups:
- name: stack
members:
- uav_ros_stack
- name: stack_sparse
members:
- uav_ros_stack_sparse
- name: simulation
members:
- rotors_simulator
- ardupilot_gazebo
- mav_comm
- ardupilot
- larics_gazebo_worlds
default_group: 'simulation'