r20538 - gnucash/trunk/packaging/win32 - Windows build: fix logfile naming for tag builds

Geert Janssens gjanssens at code.gnucash.org
Wed Apr 6 12:02:58 EDT 2011


Author: gjanssens
Date: 2011-04-06 12:02:58 -0400 (Wed, 06 Apr 2011)
New Revision: 20538
Trac: http://svn.gnucash.org/trac/changeset/20538

Modified:
   gnucash/trunk/packaging/win32/build_tags.sh
Log:
Windows build: fix logfile naming for tag builds

Modified: gnucash/trunk/packaging/win32/build_tags.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags.sh	2011-04-06 10:20:32 UTC (rev 20537)
+++ gnucash/trunk/packaging/win32/build_tags.sh	2011-04-06 16:02:58 UTC (rev 20538)
@@ -69,6 +69,11 @@
 
   # 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



More information about the gnucash-changes mailing list