r22980 - gnucash/trunk/packaging/win32 - Win32 fix path to git build script for tags
Geert Janssens
gjanssens at code.gnucash.org
Wed May 15 09:27:52 EDT 2013
Author: gjanssens
Date: 2013-05-15 09:27:51 -0400 (Wed, 15 May 2013)
New Revision: 22980
Trac: http://svn.gnucash.org/trac/changeset/22980
Modified:
gnucash/trunk/packaging/win32/daily_build.bat
Log:
Win32 fix path to git build script for tags
Modified: gnucash/trunk/packaging/win32/daily_build.bat
===================================================================
--- gnucash/trunk/packaging/win32/daily_build.bat 2013-05-15 13:24:25 UTC (rev 22979)
+++ gnucash/trunk/packaging/win32/daily_build.bat 2013-05-15 13:27:51 UTC (rev 22980)
@@ -9,6 +9,6 @@
rem Tags build for 2.4 and older (daily -- only tags that weren't built yet)
c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\build_tags.sh
rem Tags build for 2.5 and newer (daily -- only tags that weren't built yet)
-c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\build_tags_git.sh
+c:\msys\1.0\bin\sh.exe --login c:\soft\gnucash\repos\packaging\win32\build_tags_git.sh
rem 2.4 branch build (weekly)
c:\msys\1.0\bin\sh.exe --login c:\soft-2.4\packaging\weekly_build.sh
\ No newline at end of file
More information about the gnucash-changes
mailing list