r21761 - gnucash/trunk/packaging/win32 - Win32 build: Switch weekly build to daily one.

Christian Stimming cstim at code.gnucash.org
Tue Dec 20 03:04:00 EST 2011


Author: cstim
Date: 2011-12-20 03:04:00 -0500 (Tue, 20 Dec 2011)
New Revision: 21761
Trac: http://svn.gnucash.org/trac/changeset/21761

Modified:
   gnucash/trunk/packaging/win32/weekly_build.sh
Log:
Win32 build: Switch weekly build to daily one.

Modified: gnucash/trunk/packaging/win32/weekly_build.sh
===================================================================
--- gnucash/trunk/packaging/win32/weekly_build.sh	2011-12-20 04:11:09 UTC (rev 21760)
+++ gnucash/trunk/packaging/win32/weekly_build.sh	2011-12-20 08:04:00 UTC (rev 21761)
@@ -10,8 +10,8 @@
 
 set -e
 
-# Only run this script on Monday night (first day of the week)
-if [ `date +%u` != 1 ] ; then exit ; fi
+## Only run this script on Monday night (first day of the week)
+#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