Skip to content

Commit

Permalink
Add toy build for myself to try out Erlang VM crash potential fix
Browse files Browse the repository at this point in the history
Change-Id: I0aee5706e79812e7c750be8f7a242691f32763cf
Reviewed-on: http://review.couchbase.org/21787
Reviewed-by: Farshid Ghods <farshid@couchbase.com>
Tested-by: Farshid Ghods <farshid@couchbase.com>
  • Loading branch information
Sriram Melkote authored and Farshid Ghods committed Oct 19, 2012
1 parent fc472af commit e626761
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions toy/toy-siri.xml
@@ -0,0 +1,36 @@
<?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" />
<remote name="erlang" fetch="git://github.com/erlang/" />
<remote name="melkote" fetch="git://github.com/melkote/" />

<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" />

<project path="otp" name="otp" remote="erlang" revision="refs/tags/OTP_R14B04" />

</manifest>

0 comments on commit e626761

Please sign in to comment.