This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
soloistrc
52 lines (46 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
recipes:
- sprout-git
- sprout-git::default_editor
- sprout-git::git_duet
- sprout-git::projects
node_attributes:
sprout:
git:
aliases:
- ci duet-commit
- cfbb "commit --with-custom-flags bar baz"
domain: pivotal.io
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: old-git-repo
update: true
- # 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/custom-name
url: https://github.com/pivotal-sprout/sprout-git.git
workspace_path: '~/personal_projects'
name: custom-name
- # 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'