r22981 - gnucash/trunk/packaging/win32 - Win32 git: fetch potentially new tags before running the tags build

Geert Janssens gjanssens at code.gnucash.org
Wed May 15 10:24:52 EDT 2013


Author: gjanssens
Date: 2013-05-15 10:24:52 -0400 (Wed, 15 May 2013)
New Revision: 22981
Trac: http://svn.gnucash.org/trac/changeset/22981

Modified:
   gnucash/trunk/packaging/win32/build_tags_git.sh
Log:
Win32 git: fetch potentially new tags before running the tags build

Apparently tags are not copied over automatically using git pull.
This may be a side effect of our main repo still being svn, I'm not sure.

Modified: gnucash/trunk/packaging/win32/build_tags_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags_git.sh	2013-05-15 13:27:51 UTC (rev 22980)
+++ gnucash/trunk/packaging/win32/build_tags_git.sh	2013-05-15 14:24:52 UTC (rev 22981)
@@ -39,6 +39,7 @@
 ################################################################
 # determine if there are any new tags since the last time we ran
 #
+$GIT_CMD fetch -t
 
 # If we don't have a tagfile then start from 'now'
 tagfile=tags_git



More information about the gnucash-changes mailing list