From a5a728d4d142945d8250b1daa71f2b563b1c9b5d Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 6 Feb 2012 09:00:27 +0100 Subject: [PATCH] =?UTF-8?q?Thanks=20to=20G=C3=A9rard=20Vidal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildDebianPackage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildDebianPackage b/buildDebianPackage index 9eb6010e..7056a1d7 100755 --- a/buildDebianPackage +++ b/buildDebianPackage @@ -49,8 +49,8 @@ else LAST_COMMITED_VERSION="`git describe $(git rev-list --tags --max-count=1)`" if [ "v$VERSION" != "$LAST_COMMITED_VERSION" ]; then echo creating a tag with the version $VERSION - git tag -a "v$VERSION" -m "Generating setup for v$VERSION" - git push origin --tags +# git tag -a "v$VERSION" -m "Generating setup for v$VERSION" +# git push origin --tags fi fi @@ -191,7 +191,7 @@ CHANGE_LOG_FILE="$BASE_WORKING_DIR/DEBIAN/changelog-sankore-$VERSION.txt" CONTROL_FILE="$BASE_WORKING_DIR/DEBIAN/control" CHANGE_LOG_TEXT="changelog.txt" -ARCHITECTURE=`uname -i` +ARCHITECTURE=`uname -m` if [ "$ARCHITECTURE" == "x86_64" ]; then ARCHITECTURE="amd64" fi