On 20-12-11 09:06, Christian Stimming wrote:
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; }
_______________________________________________
gnucash-changes mailing list
gnucash-chan...@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-changes
In addition to this change, I have also ran an svn update manually in
the 2.4 packaging directory on the build server. Otherwise the change
would only have been picked up next week Monday.
2.4 builds should now run daily.
Geert
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel