On 20-12-11 15:53, John Ralls wrote:
On Dec 20, 2011, at 1:10 AM, Geert Janssens wrote:
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
[email protected]
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.
Ah, so *that's* how it works. Thanks.
Regards,
John Ralls
Indeed.
Additionally I have just backported two commits from trunk that are
needed to successfully run dist.sh with AqBanking 5.
There's one more note: do you want the nightly build to use AqBanking 5
already this night, or do you prefer to keep that for one of the next
days ? The current setup will not use AqBanking 5, although it will
build with your newer gnome/gtk versions.
If you want AqBanking 5 now already, I can update the custom.sh script
that's used on the build server. This one is not under version control.
Geert
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel