-
Notifications
You must be signed in to change notification settings - Fork 12
/
AllProjects.yaml
executable file
·67 lines (54 loc) · 1.57 KB
/
AllProjects.yaml
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
#
# AllProjects.yaml
#
# This is a grepo config file to pull in all the example projects which are
# currently available to illustrate the assignments.
#
# Examples missing are available and will be added soon.
# Questions: [email protected]
#
public:
workarea: "$HOME/grepotest/pub"
projects:
- repourl: "[email protected]:projtemplates/go.git"
reference: "master"
path: "go/lib"
build: "make setup all"
private:
workarea: "$HOME/grepotest/pvt"
server: "[email protected]:RajaSrinivasan/"
projects:
- repo: "random.git"
path: "random"
- repo: "exec.git"
path: "exec"
build: "build.sh"
- repo: "codex.git"
path: "codex"
reference: "v0.1.0-B"
build: "make setup all test"
- repourl: "https://github.com/RajaSrinivasan/disign.git"
path: "disign"
build: "make all"
- repourl: "https://github.com/RajaSrinivasan/spm.git"
path: "spm"
build: "make all"
- repourl: "https://github.com/RajaSrinivasan/srctrace.git"
path: "srctrace"
reference: "feat_many_platforms"
build: "make setup all"
- repourl: "https://github.com/RajaSrinivasan/repotrace.git"
path: "repotrace"
- repourl: "https://github.com/RajaSrinivasan/rollpwd.git"
path: "rollpwd"
- repourl: "https://github.com/RajaSrinivasan/grepo.git"
path: "grepo"
#
# GUI examples
#
- repourl: "git://git.code.sf.net/p/gohanoi/code"
path: "gohanoi"
build: "make setup all"
- repourl: "[email protected]:ToprLLC/snakes.git"
path: "snakes"
build: "make setup all"