r22005 - gnucash/trunk/packaging/win32 - Win32: tag builds when a tag is not x.y.z (like 2.4.10-1) fail to upload

Geert Janssens gjanssens at code.gnucash.org
Sun Feb 12 04:44:40 EST 2012


Author: gjanssens
Date: 2012-02-12 04:44:40 -0500 (Sun, 12 Feb 2012)
New Revision: 22005
Trac: http://svn.gnucash.org/trac/changeset/22005

Modified:
   gnucash/trunk/packaging/win32/build_package.sh
Log:
Win32: tag builds when a tag is not x.y.z (like 2.4.10-1) fail to upload
due to a typo in the build scripts.

Modified: gnucash/trunk/packaging/win32/build_package.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_package.sh	2012-02-12 09:15:05 UTC (rev 22004)
+++ gnucash/trunk/packaging/win32/build_package.sh	2012-02-12 09:44:40 UTC (rev 22005)
@@ -85,7 +85,7 @@
   [0-9]*.[0-9]*.[0-9]*)
      if [ "${PKG_VERSION}" != "${tag}" ] ; then
        echo "" >> ${LOGFILE}
-       echo " *** ERROR: Package Version ${PKG_VERSION} doesn't match Tag ${tag}" >> ${LOGILE}
+       echo " *** ERROR: Package Version ${PKG_VERSION} doesn't match Tag ${tag}" >> ${LOGFILE}
        echo "" >> ${LOGFILE}
     fi
     ;;



More information about the gnucash-changes mailing list