-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
gitman.yml
106 lines (106 loc) · 1.96 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
location: demo
sources:
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_1
rev: example-branch
type: git
params: --recursive
sparse_paths:
-
links:
- source: ''
target: demo/example
scripts:
- cat .noserc
- make foobar
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_2
rev: example-tag
type: git
params:
sparse_paths:
-
links:
-
scripts:
-
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_3
rev: master@{2015-06-18 11:11:11}
type: git
params:
sparse_paths:
-
links:
-
scripts:
- echo "Hello, World!"
- pwd
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_4
rev: example-branch-2
type: git
params:
sparse_paths:
-
links:
-
scripts:
-
sources_locked:
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_1
rev: dfd561870c0eb6e814f8f6cd11f8f62f4ae88ea0
type: git
params:
sparse_paths:
-
links:
-
scripts:
- cat .noserc
- make foobar
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_2
rev: 7bd138fe7359561a8c2ff9d195dff238794ccc04
type: git
params:
sparse_paths:
-
links:
-
scripts:
-
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_3
rev: 2da24fca34af3748e3cab61db81a2ae8b35aec94
type: git
params:
sparse_paths:
-
links:
-
scripts:
- echo "Hello, World!"
- pwd
- repo: https://github.com/jacebrowning/gitman-demo
name: gitman_4
rev: f50c1ac8bf27377625b0cc93ea27f8069c7b513a
type: git
params:
sparse_paths:
-
links:
-
scripts:
-
groups:
- name: group_a
members:
- gitman_1
- gitman_4
- name: group_b
members:
- gitman 2
- gitman_3
default_group: ''