r22314 - gnucash/trunk/packaging/win32 - Make weekly build truly weekly again

Geert Janssens gjanssens at code.gnucash.org
Wed Aug 15 05:55:20 EDT 2012


Author: gjanssens
Date: 2012-08-15 05:55:20 -0400 (Wed, 15 Aug 2012)
New Revision: 22314
Trac: http://svn.gnucash.org/trac/changeset/22314

Modified:
   gnucash/trunk/packaging/win32/weekly_build.sh
Log:
Make weekly build truly weekly again

This was temporarily changed to daily during the 2.4.10 release
timeframe to stomp out some release bugs. That should no longer be
necessary.

Modified: gnucash/trunk/packaging/win32/weekly_build.sh
===================================================================
--- gnucash/trunk/packaging/win32/weekly_build.sh	2012-08-15 09:55:09 UTC (rev 22313)
+++ gnucash/trunk/packaging/win32/weekly_build.sh	2012-08-15 09:55:20 UTC (rev 22314)
@@ -11,7 +11,7 @@
 set -e
 
 ## Only run this script on Monday night (first day of the week)
-#if [ `date +%u` != 1 ] ; then exit ; fi
+if [ `date +%u` != 1 ] ; then exit ; fi
 
 function qpushd() { pushd "$@" >/dev/null; }
 function qpopd() { popd >/dev/null; }



More information about the gnucash-changes mailing list