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