You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/30 20:10:48 UTC

[GitHub] wohali commented on a change in pull request #316: add make update

wohali commented on a change in pull request #316: add make update
URL: https://github.com/apache/couchdb/pull/316#discussion_r114083040
 
 

 ##########
 File path: 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
 
 Review comment:
   +1 on @kxepal's idea. Also, the repo has moved, so this needs to change to https://github.com/apache/couchdb now anyway.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services