summaryrefslogtreecommitdiffstats
path: root/jjb/compass4nfv/compass-build.sh
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-01-23 10:43:07 +0800
committermeimei <meimei@huawei.com>2016-01-25 11:00:45 +0800
commit51f8b2dbaac66424e1c7cb67422e10f8cec9471c (patch)
tree07b50170daab1a826655430d88d5fc30887f3016 /jjb/compass4nfv/compass-build.sh
parent4ab6aad6da36d74111bfe3b81d91b4668eeafdd9 (diff)
Create new fold in PPA-repo for Bramhputra
- enable the compass+opencontrail daily jobs - set timeout of daily-ci-jobs and verify jobs Change-Id: Ia300d3b0406b84e69892ac6fdf641f5b4399188f Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb/compass4nfv/compass-build.sh')
-rw-r--r--jjb/compass4nfv/compass-build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/compass4nfv/compass-build.sh b/jjb/compass4nfv/compass-build.sh
index 85b3ab47d..d08c39c51 100644
--- a/jjb/compass4nfv/compass-build.sh
+++ b/jjb/compass4nfv/compass-build.sh
@@ -2,6 +2,7 @@
set -o errexit
set -o nounset
set -o pipefail
+set -x
# log info to console
echo "Starting the build of $INSTALLER_TYPE. This could take some time..."
@@ -14,6 +15,7 @@ echo
# set OPNFV_ARTIFACT_VERSION
export OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S")
+export PACKAGE_URL=$PPA_REPO
# start the build
if [ -d $PPA_CACHE ]
@@ -38,4 +40,4 @@ ls -al $BUILD_DIRECTORY
) > $BUILD_DIRECTORY/opnfv.properties
echo
echo "--------------------------------------------------------"
-echo "Done!" \ No newline at end of file
+echo "Done!"