From 933dce0de3b71e38a0c2111636d8bfeb6ae363bd Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> Date: Fri, 19 Sep 2014 15:09:23 +0200 Subject: [PATCH] build-system: Fix tag name and archive content Refs: #55562 Change-Id: I4b338cbcec64d7402d80dfd008f3e82ef2085be8 --- tools/build-system/launch-build-machine-jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-system/launch-build-machine-jenkins.sh b/tools/build-system/launch-build-machine-jenkins.sh index fd6e661397..0cbf773dda 100755 --- a/tools/build-system/launch-build-machine-jenkins.sh +++ b/tools/build-system/launch-build-machine-jenkins.sh @@ -117,7 +117,7 @@ git checkout . && git checkout -f master && git pull # Get the version if [ -n $TAG ]; then - CURRENT_RELEASE_TAG_NAME="tags/$TAG" + CURRENT_RELEASE_TAG_NAME="$TAG" else CURRENT_RELEASE_TAG_NAME=`git describe --tags --abbrev=0` fi @@ -282,7 +282,7 @@ END make iax else pushd libs - ./compile_pjsip.sh + #./compile_pjsip.sh #This script should not attempt to compile fi popd fi -- GitLab