-
Notifications
You must be signed in to change notification settings - Fork 3
/
minimal
30 lines (30 loc) · 1.05 KB
/
minimal
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<projects>
<project name="manifest"
remote="git@github.com:vanadium-archive/manifest.git"
gerrithost=""
githooks="manifest/git-hooks"
path="manifest"/>
<project name="release.go.jiri"
remote="git@github.com:vanadium-archive/go.jiri.git"
gerrithost=""
githooks="manifest/git-hooks"
path="release/go/src/v.io/jiri"/>
<project name="release.go.x.devtools"
remote="git@github.com:vanadium-archive/go.devtools.git"
gerrithost=""
githooks="manifest/git-hooks"
path="release/go/src/v.io/x/devtools"/>
<project name="release.go.x.lib"
remote="git@github.com:vanadium/go.lib.git"
gerrithost=""
githooks="manifest/git-hooks"
path="release/go/src/v.io/x/lib"/>
</projects>
<tools>
<tool name="jiri"
package="v.io/jiri/cmd/jiri"
project="release.go.jiri"/>
</tools>
</manifest>