r21762 - gnucash/branches/2.4/packaging/win32 - [21761] Win32 build: Switch weekly build to daily one.

Christian Stimming cstim at code.gnucash.org
Tue Dec 20 03:06:02 EST 2011


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

Modified:
   gnucash/branches/2.4/packaging/win32/weekly_build.sh
Log:
[21761] Win32 build: Switch weekly build to daily one.

Modified: gnucash/branches/2.4/packaging/win32/weekly_build.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/weekly_build.sh	2011-12-20 08:04:00 UTC (rev 21761)
+++ gnucash/branches/2.4/packaging/win32/weekly_build.sh	2011-12-20 08:06:01 UTC (rev 21762)
@@ -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