forked from pivotal-sprout/sprout-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soloistrc
53 lines (47 loc) · 1.5 KB
/
soloistrc
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
recipes:
- sprout-git
- sprout-git::default_editor
- sprout-git::authors
- sprout-git::git_scripts
- sprout-git::projects
node_attributes:
sprout:
git:
aliases:
- ci pair-commit
- cfbb "commit --foo bar baz"
domain: pivotallabs.com
prefix: pair
authors:
- initials: ah
name: Abhi Hiremagalur
email: abhijit@hiremaga.com
- initials: bc
name: Brian Cunnie
username: cunnie
- initials: jrhb
name: Jonathan Barnes
projects:
- # e.g. ~/workspace/sprout-git
url: https://github.com/pivotal-sprout/sprout-git.git
- # e.g. ~/workspace/git-repo
url: https://github.com/pivotal-sprout/sprout-git.git
name: git-repo
- # e.g. /alt/ern/ate/path/sprout-git
url: https://github.com/pivotal-sprout/sprout-git.git
workspace_path: '/alt/ern/ate/path'
- # e.g. ~/personal_projects/foo ~/personal_projects/foo
url: https://github.com/pivotal-sprout/sprout-git.git
workspace_path: '~/personal_projects'
name: foo
- # with a post_clone hook
url: https://github.com/pivotal-sprout/sprout-git.git
name: with-post-clone
post_clone_commands:
- 'touch touched.txt'
- false
- 'echo "hello" >> world.txt'
# legacy support
- # e.g. ~/workspace/foo
- foo
- https://github.com/pivotal-sprout/sprout-git.git