gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Dec 2 12:00:26 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/2b5f3de7 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/e3898332 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/1b19cf6c (commit)



commit 2b5f3de711e0dfa12c7573d97c376be31b15f2cd
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 1 16:29:50 2014 -0800

    Change order of daily builds.
    
    From master-maint-tag to tag-maint-master.

diff --git a/buildserver/build_periodic.bat b/buildserver/build_periodic.bat
index 26e0ff6..b139886 100644
--- a/buildserver/build_periodic.bat
+++ b/buildserver/build_periodic.bat
@@ -6,9 +6,9 @@ rem On the GnuCash build server this timed command is run daily which the commen
 
 cd c:\gcdev\gnucash-on-windows.git\
 
-rem Development build (daily)
-c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_periodic.sh
+rem maintenance branch build (daily)
+c:\gcdev-maint\mingw\msys\1.0\bin\sh.exe --login c:\gcdev-maint\gnucash-on-windows.git\buildserver\build_periodic.sh
 rem Tags build for 2.6.1 and newer (daily -- only tags that weren't built yet)
 c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_tags.sh
-rem maintenance branch build (daily)
-c:\gcdev-maint\mingw\msys\1.0\bin\sh.exe --login c:\gcdev-maint\gnucash-on-windows.git\buildserver\build_periodic.sh
\ No newline at end of file
+rem Development build (daily)
+c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_periodic.sh

commit e38983321b87f676b855a57033fd740a8f1ec286
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 23 09:04:20 2014 -0800

    Add note to WebKit build comment.

diff --git a/install-impl.sh b/install-impl.sh
index 6f4f7af..b649312 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1099,6 +1099,7 @@ function inst_regex() {
 #c:\Programs\GnuWin32.
 #You also need python 2.6+ and ICU 50+
 #Setting $PYTHON isn't sufficient, it must be on the path.
+#Make sure that $CC is set, otherwise the perl modules will try to use /usr/bin/gcc which doesn't exist.
 #Build ICU and install it in /c/gcdev/webkit. Symlink icu*.dll to libicu*.dll.
 #
 #After building and before installing, make the following changes to



Summary of changes:
 buildserver/build_periodic.bat | 8 ++++----
 install-impl.sh                | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list