gnucash-on-windows master: Reuse installed git for tag builds

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 6 13:34:28 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1b02f6c5 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/76c08060 (commit)



commit 1b02f6c598d2eac14683c4f4953c1451fbde7cb1
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Oct 6 20:45:19 2014 +0200

    Reuse installed git for tag builds
    
    Reinstalling it over and over again messes up Windows' ability
    to uninstall the other versions

diff --git a/buildserver/build_tags.sh b/buildserver/build_tags.sh
index 68d4b9e..42464aa 100644
--- a/buildserver/build_tags.sh
+++ b/buildserver/build_tags.sh
@@ -100,7 +100,7 @@ for tag_rev in $tags ; do
   # This will automatically create a custom.sh with
   # several parameters correctly pre-set like
   # GLOBAL_DIR, DOWNLOAD_DIR,...
-  cscript.exe $_GC_WIN_REPOS_UDIR/bootstrap_win_dev.vbs /silent:yes /GLOBAL_DIR:$TAG_GLOBAL_DIR /DOWNLOAD_DIR:$DOWNLOAD_DIR
+  cscript.exe $_GC_WIN_REPOS_UDIR/bootstrap_win_dev.vbs /silent:yes /GLOBAL_DIR:$TAG_GLOBAL_DIR /DOWNLOAD_DIR:$DOWNLOAD_DIR /GIT_DIR:$GIT_DIR
 
   # Check out the tag and setup custom.sh
   TAG_REPOS_DIR="${TAG_GLOBAL_DIR}\\gnucash.git"



Summary of changes:
 buildserver/build_tags.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list