gnucash-on-windows master: Build the tags first to avoid delaying releases.

John Ralls jralls at code.gnucash.org
Sun Jan 10 16:18:37 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/d6568fe7 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b1a8dfca (commit)



commit d6568fe7bb989e0e27f72a092b75b1f975b60a4b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jan 10 13:06:59 2016 -0800

    Build the tags first to avoid delaying releases.

diff --git a/buildserver/build_periodic.bat b/buildserver/build_periodic.bat
index b139886..529bf63 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 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
 rem Development build (daily)
 c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\buildserver\build_periodic.sh



Summary of changes:
 buildserver/build_periodic.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list