r22325 - gnucash/trunk/packaging/win32 - Win32 nightly build: add timestamp in package name created from git

Derek Atkins warlord at MIT.EDU
Fri Aug 17 09:57:07 EDT 2012


Geert Janssens <gjanssens at code.gnucash.org> writes:

> +++ 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"

Any particular reason to continue using SVN_REV in build_package_git?   ;)

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list