|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <manifest>
|
3 | 3 | <remote name="couchbase" fetch="git://github.com/couchbase/" review="review.couchbase.org" />
|
| 4 | + <remote name="couchbase-priv" fetch="ssh://git@github.com/couchbase/" review="review.couchbase.org" /> |
4 | 5 | <remote name="couchbaselabs" fetch="ssh://git@github.com/couchbaselabs/" />
|
5 | 6 | <remote name="membase" fetch="git://github.com/membase/" review="review.couchbase.org" />
|
6 |
| - <remote name="t3rm1n4l" fetch="git://github.com/t3rm1n4l/" /> |
| 7 | + <remote name="membase-priv" fetch="ssh://git@github.com/membase/" review="review.couchbase.org" /> |
7 | 8 | <remote name="prataprc" fetch="git://github.com/prataprc/" />
|
8 | 9 | <remote name="dustin" fetch="git://github.com/dustin/" />
|
9 | 10 | <remote name="gorilla" fetch="git://github.com/gorilla/" />
|
10 | 11 | <remote name="sbinet" fetch="git://github.com/sbinet/" />
|
11 | 12 | <remote name="ceejatec" fetch="git://github.com/ceejatec/" />
|
| 13 | + <remote name="erlang" fetch="git://github.com/erlang/" /> |
12 | 14 |
|
13 | 15 | <default remote="couchbase" revision="master" />
|
14 | 16 |
|
| 17 | + <!-- Core Couchbase Server projects --> |
15 | 18 | <project name="couchbase-cli" />
|
16 | 19 | <project name="couchbase-examples" />
|
17 | 20 | <project name="couchbase-python-client" revision="couchbase-181" />
|
|
27 | 30 | <project name="platform" />
|
28 | 31 | <project name="sigar" />
|
29 | 32 | <project name="testrunner" />
|
| 33 | + <project name="tlm" remote="ceejatec"> |
| 34 | + <copyfile src="GNUmakefile" dest="GNUmakefile" /> |
| 35 | + <copyfile src="Makefile" dest="Makefile" /> |
| 36 | + <copyfile src="CMakeLists.txt" dest="CMakeLists.txt" /> |
| 37 | + </project> |
30 | 38 |
|
31 |
| - <project name="indexing-build-scripts" remote="t3rm1n4l" /> |
32 |
| - <project name="gomemcached" path="godeps/src/github.com/couchbase/gomemcached"/> |
| 39 | + <!-- Sherlock extension projects --> |
| 40 | + <project name="forestdb" remote="ceejatec" /> |
| 41 | + <project name="indexing" path="goproj/src/github.com/couchbase/indexing" /> |
| 42 | + <project name="tuqtng" remote="ceejatec" path="goproj/src/github.com/couchbaselabs/tuqtng"/> |
33 | 43 |
|
| 44 | + <!-- Go support libraries - Couchbase-supported --> |
| 45 | + <project name="gomemcached" path="godeps/src/github.com/couchbase/gomemcached"/> |
34 | 46 | <project name="goprotobuf" remote="couchbaselabs" path="godeps/src/code.google.com/p/goprotobuf"/>
|
35 | 47 | <project name="goprotobuf" remote="couchbaselabs" path="godeps/src/github.com/couchbaselabs/goprotobuf"/>
|
36 | 48 | <project name="collatejson" remote="prataprc" path="godeps/src/github.com/prataprc/collatejson"/>
|
|
40 | 52 | <project name="clog" remote="couchbaselabs" path="godeps/src/github.com/couchbaselabs/clog" />
|
41 | 53 | <project name="go-slab" remote="couchbaselabs" path="godeps/src/github.com/couchbaselabs/go-slab" />
|
42 | 54 | <project name="goforestdb" remote="couchbaselabs" path="godeps/src/github.com/couchbaselabs/goforestdb" />
|
| 55 | + |
| 56 | + <!-- Go support libraries - third-party --> |
43 | 57 | <project name="go-jsonpointer" remote="dustin" path="godeps/src/github.com/dustin/go-jsonpointer"/>
|
44 | 58 | <project name="gojson" remote="dustin" path="godeps/src/github.com/dustin/gojson" />
|
45 | 59 | <project name="mux" remote="gorilla" path="godeps/src/github.com/gorilla/mux" />
|
46 | 60 | <project name="context" remote="gorilla" path="godeps/src/github.com/gorilla/context" />
|
47 | 61 | <project name="liner" remote="sbinet" path="godeps/src/github.com/sbinet/liner" />
|
48 | 62 |
|
49 |
| - <project name="forestdb" remote="ceejatec" /> |
50 |
| - <project name="indexing" path="goproj/src/github.com/couchbase/indexing" /> |
51 |
| - <project name="tuqtng" remote="ceejatec" path="goproj/src/github.com/couchbaselabs/tuqtng"/> |
| 63 | + <!-- Non-Go third-party libraries (should eventually be removed from manifest) --> |
| 64 | + <project name="otp" path="otp" revision="refs/tags/OTP_R16B03-1" remote="erlang" groups="notdefault,3rdparty" /> |
| 65 | + <project name="icu4c" path="icu4c" revision="26359393672c378f41f2103a8699c4357c894be7" groups="notdefault,3rdparty" /> |
| 66 | + <project name="snappy" path="snappy" revision="009c4325f40e04700ca7956e866ad342f020e214" groups="notdefault,3rdparty" /> |
| 67 | + <project name="gperftools" path="gperftools" revision="refs/tags/gperftools-2.2" groups="notdefault,3rdparty" /> |
| 68 | + <project name="pysqlite" path="pysqlite" revision="master" groups="notdefault,3rdparty" /> |
| 69 | + <project name="v8" path="v8" revision="3.21.17-couchbase" groups="notdefault,3rdparty" /> |
| 70 | + <!-- Following two are v8 dependencies --> |
| 71 | + <project name="gyp" path="v8/build/gyp" revision="couchbase-v8-3.21.17" groups="notdefault,3rdparty" /> |
| 72 | + <project name="icu46" path="v8/third_party/icu" revision="73170776491a3e38f68ab0367f3121256a3cc289" groups="notdefault,3rdparty" /> |
| 73 | + <project name="python-snappy" path="python-snappy" revision="master" groups="notdefault,3rdparty" /> |
52 | 74 |
|
53 |
| - <project name="tlm" remote="ceejatec"> |
54 |
| - <copyfile src="GNUmakefile" dest="GNUmakefile" /> |
55 |
| - <copyfile src="Makefile" dest="Makefile" /> |
56 |
| - <copyfile src="CMakeLists.txt" dest="CMakeLists.txt" /> |
| 75 | + <!-- Couchbase internal build infrastructure --> |
| 76 | + <project name="build" path="cbbuild" groups="notdefault,build"> |
| 77 | + <annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/> |
| 78 | + <annotation name="RELEASE" value="@RELEASE@" keep="true"/> |
| 79 | + <annotation name="EDITION" value="@EDITION@" keep="true"/> |
57 | 80 | </project>
|
58 |
| - |
| 81 | + <project name="voltron" remote="couchbase-priv" groups="notdefault,build" /> |
| 82 | + <project name="grommit" remote="membase-priv" groups="notdefault,build" /> |
59 | 83 | </manifest>
|
| 84 | + |
0 commit comments