-
Notifications
You must be signed in to change notification settings - Fork 138
Building a fork via repo
Traun Leyden edited this page Feb 19, 2016
·
2 revisions
If you want to build a fork of sync gateway with the repo
tool
- In drone.yml
- change wget https://raw.githubusercontent.com/YOUR_FORK/sync_gateway/master/build.sh
- in rewriteManifest function, change github urls to use YOUR_FORK
- In build.sh, change repo init -u "https://github.com/YOUR_FORK/sync_gateway.git" -m manifest/default.xml
- In manifest/default.xlm
<project name="sync_gateway" path="godeps/src/github.com/couchbase/sync_gateway" remote="YOUR_FORK"/>
(and define a remote for your fork)