Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/316#discussion_r29232846
  
    --- Diff: Makefile ---
    @@ -79,3 +79,8 @@ fauxton: share/www
     share/www:
        @echo "Building Fauxton"
        @cd src/fauxton && npm install && ./node_modules/grunt-cli/bin/grunt 
couchdb
    +
    +update: clean
    +   @git pull https://git-wip-us.apache.org/repos/asf/couchdb.git master
    --- End diff --
    
    May be make repourl configurable via env variable and the branch as well? 
Then, you can easily changes them if you're need to use your fork or specific 
branch like developers-preview or release tag.
    
    Something like:
    `make update repo=https://github.com/robertkowalski/couchdb 
ref=12345-fix-very-nasty-issue`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to