gnucash-on-windows master: Fix build command
Geert Janssens
gjanssens at code.gnucash.org
Wed May 21 10:55:54 EDT 2014
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/9922bf5c (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/717c7db0 (commit)
commit 9922bf5c7ab4d8c5aa972bf4b56d1d1d4a07e9e9
Author: Geert Janssens <janssens-geert at telenet.be>
Date: Wed May 21 16:55:45 2014 +0200
Fix build command
diff --git a/buildserver/build_periodic.bat b/buildserver/build_periodic.bat
index 120ed60..9b3ad46 100644
--- a/buildserver/build_periodic.bat
+++ b/buildserver/build_periodic.bat
@@ -11,4 +11,4 @@ c:\gcdev\mingw\msys\1.0\bin\sh.exe --login c:\gcdev\gnucash-on-windows.git\build
rem Tags build for 2.6.99 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 (weekly)
-c:\gcdev-maint\mingw\msys\1.0\bin\sh.exe --login c:\gcdev-maint\gnucash-on-windows.git\buildserver\periodic_build.sh weekly
\ No newline at end of file
+c:\gcdev-maint\mingw\msys\1.0\bin\sh.exe --login c:\gcdev-maint\gnucash-on-windows.git\buildserver\build_periodic.sh weekly
\ No newline at end of file
Summary of changes:
buildserver/build_periodic.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list