r22325 - gnucash/trunk/packaging/win32 - Win32 nightly build: add timestamp in package name created from git
    Geert Janssens 
    gjanssens at code.gnucash.org
       
    Thu Aug 16 12:21:08 EDT 2012
    
    
  
Author: gjanssens
Date: 2012-08-16 12:21:08 -0400 (Thu, 16 Aug 2012)
New Revision: 22325
Trac: http://svn.gnucash.org/trac/changeset/22325
Modified:
   gnucash/trunk/packaging/win32/build_package_git.sh
Log:
Win32 nightly build: add timestamp in package name created from git
Modified: gnucash/trunk/packaging/win32/build_package_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_package_git.sh	2012-08-16 12:25:57 UTC (rev 22324)
+++ gnucash/trunk/packaging/win32/build_package_git.sh	2012-08-16 16:21:08 UTC (rev 22325)
@@ -74,7 +74,7 @@
 # Choose the output filename based on our "build_from_tarball" setting
 # Make sure this logic matches the logic in dist.sh!
 if [ "$BUILD_FROM_TARBALL" = "no" ]; then
-  SETUP_FILENAME="gnucash-${PKG_VERSION}-git-r${SVN_REV}-setup.exe"
+  SETUP_FILENAME="gnucash-${PKG_VERSION}-$(date +'%Y-%m-%d')-git-${SVN_REV}-setup.exe"
 else
   SETUP_FILENAME="gnucash-${PKG_VERSION}-setup.exe"
 fi
    
    
More information about the gnucash-changes
mailing list