From f8294efc5ed2b5c168244b7b6f2def47c8f65744 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 6 Apr 2011 16:02:58 +0000 Subject: [PATCH] Windows build: fix logfile naming for tag builds git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20538 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/build_tags.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/win32/build_tags.sh b/packaging/win32/build_tags.sh index 7999963133..f529fee9f4 100644 --- a/packaging/win32/build_tags.sh +++ b/packaging/win32/build_tags.sh @@ -69,6 +69,11 @@ for tag_rev in $tags ; do # No need to update the sources we just checked out echo "UPDATE_SOURCES=no" >> ${w32pkg}/custom.sh + + # But set the repos url to the current tag anyway, it will be used + # to name the log file + echo -n "REPOS_URL=" >> ${w32pkg}/custom.sh + echo "${TAG_URL}/${tag}" >> ${w32pkg}/custom.sh # BUILD_FROM_TARBALL is special: # in install.sh place we check !=yes, in defaults.sh =yes, in dist.sh =no