Skip to content

Commit

Permalink
added branch-2.0.1.xml manifest
Browse files Browse the repository at this point in the history
branch-2.0.1.xml will be used for producing
couchbase server 2.0.1 artifacts.

Change-Id: I172bbd5bfdc5f68076fff2c3bf06bb749eca6015
Reviewed-on: http://review.couchbase.org/22469
Reviewed-by: Farshid Ghods <farshid@couchbase.com>
Tested-by: Farshid Ghods <farshid@couchbase.com>
  • Loading branch information
Farshid Ghods authored and Farshid Ghods committed Nov 21, 2012
1 parent 20c2e4a commit 07f253b
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
32 changes: 32 additions & 0 deletions branch-2.0.1.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="couchbase" fetch="git://github.com/couchbase/"
review="review.couchbase.org" />
<remote name="membase" fetch="git://github.com/membase/"
review="review.couchbase.org" />

<default remote="couchbase" revision="master"/>
<project name="tlm" path="tlm" revision="master">
<copyfile src='Makefile.top' dest='Makefile'/>
</project>

<project name="bucket_engine" path="bucket_engine" />
<project name="ep-engine" path="ep-engine"/>
<project name="libconflate" path="libconflate" revision="branch-20"/>
<project name="libmemcached" path="libmemcached" remote="membase" />
<project name="libvbucket" path="libvbucket" />
<project name="membase-cli" path="membase-cli" remote="membase" />
<project name="memcached" path="memcached" remote="membase"/>
<project name="moxi" path="moxi"/>
<project name="ns_server" path="ns_server" />
<project name="portsigar" path="portsigar" />
<project name="sigar" path="sigar" revision="master" />
<project path="couchbase-examples" name="couchbase-examples" />
<project path="couchbase-python-client" name="couchbase-python-client" revision="couchbase-181" />
<project path="couchdb" name="couchdb"/>
<project path="couchdbx-app" name="couchdbx-app" />
<project path="couchstore" name="couchstore"/>
<project path="geocouch" name="geocouch" />
<project path="mccouch" name="mccouch" />
<project path="testrunner" name="testrunner" />
</manifest>
21 changes: 21 additions & 0 deletions external-override-2.0.1.xml
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="apache" fetch="git://github.com/apache/"/>
<remote name="couchbase" fetch="git://github.com/couchbase/"/>
<remote name="erlang" fetch="git://github.com/erlang/"/>
<remote name="membase" fetch="git://github.com/membase/"/>

<project path="otp" name="otp" remote="erlang"
revision="refs/tags/OTP_R14B04" />
<project path="icu4c" name="icu4c" remote="couchbase"
revision="26359393672c378f41f2103a8699c4357c894be7" />
<project path="snappy" name="snappy" remote="couchbase"
revision="5681dde156e9d07adbeeab79666c9a9d7a10ec95" />
<project name="v8" path="v8" remote="couchbase"
revision="refs/tags/3.9.7" />
<project name="gperftools" path="gperftools" remote="couchbase"
revision="master" />
<project name="pysqlite" path="pysqlite" remote="couchbase"
revision="master" />

</manifest>
27 changes: 27 additions & 0 deletions override-2.0.1.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="membase"
fetch="git://10.1.1.210/"
review="review.membase.org" />
<remote name="couchbase"
fetch="git://10.1.1.210/"
review="review.membase.org" />
<remote name="apache"
fetch="git://github.com/apache/" />
<remote name="erlang"
fetch="git://github.com/erlang/" />

<project path="otp" name="otp" remote="erlang"
revision="refs/tags/OTP_R14B04" />
<project path="icu4c" name="icu4c" remote="couchbase"
revision="26359393672c378f41f2103a8699c4357c894be7" />
<project path="snappy" name="snappy" remote="couchbase"
revision="5681dde156e9d07adbeeab79666c9a9d7a10ec95" />
<project name="v8" path="v8" remote="couchbase"
revision="refs/tags/3.9.7" />
<project name="gperftools" path="gperftools" remote="couchbase"
revision="master" />
<project name="pysqlite" path="pysqlite" remote="couchbase"
revision="master" />

</manifest>

0 comments on commit 07f253b

Please sign in to comment.