gnucash-on-windows master: Fix filename references after Frank's global rename of scm to vcs

Geert Janssens gjanssens at code.gnucash.org
Fri May 22 09:49:58 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/ae8a391a (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/23520475 (commit)



commit ae8a391a89edcb78b7cfc44e1adb4ca7be10de16
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri May 22 15:49:49 2015 +0200

    Fix filename references after Frank's global rename of scm to vcs

diff --git a/buildserver/build_package.sh b/buildserver/build_package.sh
index 9054f7d..2a0718c 100644
--- a/buildserver/build_package.sh
+++ b/buildserver/build_package.sh
@@ -84,7 +84,7 @@ $_GC_WIN_REPOS_UDIR/dist.sh 2>&1 | tee -a ${LOGFILE}
 _BUILD_UDIR=`unix_path $BUILD_DIR`
 _GNUCASH_UDIR=`unix_path $GNUCASH_DIR`
 PKG_VERSION=`grep PACKAGE_VERSION ${_BUILD_UDIR}/config.h | cut -d" " -f3 | cut -d\" -f2 `
-REVISION=`grep GNUCASH_SCM_REV ${_BUILD_UDIR}/src/core-utils/gnc-scm-info.h | cut -d" " -f3 | cut -d\" -f2 `
+REVISION=`grep GNUCASH_SCM_REV ${_BUILD_UDIR}/src/core-utils/gnc-vcs-info.h | cut -d" " -f3 | cut -d\" -f2 `
 
 if [ "$BUILD_FROM_TARBALL" = "no" ]; then
   SETUP_FILENAME="gnucash-${PKG_VERSION}-$(date +'%Y-%m-%d')-git-${REVISION}-setup.exe"
diff --git a/dist-impl.sh b/dist-impl.sh
index f762c88..ccf7ea2 100755
--- a/dist-impl.sh
+++ b/dist-impl.sh
@@ -278,7 +278,7 @@ function dist_finish() {
     if [ "$BUILD_FROM_TARBALL" = "no" ]; then
         # And changing output filename
         PKG_VERSION=`grep PACKAGE_VERSION ${_BUILD_UDIR}/config.h | cut -d" " -f3 | cut -d\" -f2 `
-        REVISION=`grep GNUCASH_SCM_REV ${_BUILD_UDIR}/src/core-utils/gnc-scm-info.h | cut -d" " -f3 | cut -d\" -f2 `
+        REVISION=`grep GNUCASH_SCM_REV ${_BUILD_UDIR}/src/core-utils/gnc-vcs-info.h | cut -d" " -f3 | cut -d\" -f2 `
         SETUP_FILENAME="gnucash-${PKG_VERSION}-$(date +'%Y-%m-%d')-${REPOS_TYPE}-${REVISION}-setup.exe"
         qpushd ${_GNUCASH_UDIR}
             mv gnucash-${PKG_VERSION}-setup.exe ${SETUP_FILENAME}



Summary of changes:
 buildserver/build_package.sh | 2 +-
 dist-impl.sh                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list