[GRASS-SVN] r65733 - grass-addons/tools/grass-ci

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 20 23:06:11 PDT 2015


Author: martinl
Date: 2015-07-20 23:06:11 -0700 (Mon, 20 Jul 2015)
New Revision: 65733

Modified:
   grass-addons/tools/grass-ci/
   grass-addons/tools/grass-ci/grass-ci.sh
Log:
grass-ci: redirect git push to null to avoid getting messages everytime


Property changes on: grass-addons/tools/grass-ci
___________________________________________________________________
Added: svn:ignore
   + contributors.csv
grass-ci.log
grass-ci-ssh-key
grass-ci-ssh-key.pub
grass
grass-authors.txt


Modified: grass-addons/tools/grass-ci/grass-ci.sh
===================================================================
--- grass-addons/tools/grass-ci/grass-ci.sh	2015-07-20 20:03:07 UTC (rev 65732)
+++ grass-addons/tools/grass-ci/grass-ci.sh	2015-07-21 06:06:11 UTC (rev 65733)
@@ -43,7 +43,7 @@
 # update src
 cd $GRASS_CI_DIR/grass
 REBASE_LOG=$(git svn rebase --authors-file=../grass-authors.txt --authors-prog=../authors-prog.sh)
-git push -u origin master
+git push -u origin master > /dev/null
 
 # write log
 echo -e "\n$(date -R)" >> $GRASS_CI_DIR/grass-ci.log



More information about the grass-commit mailing list