summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2015-02-19 09:52:35 +0200
committerRiku Voipio <riku.voipio@linaro.org>2015-02-19 09:52:35 +0200
commit338ca0465412dfd9c80845ea68a90875949d7832 (patch)
treef7ae412b0e2b46ebafbc20d13de713f7d6f63059
parenta448002bc95d870d99266d76cc0ce46dec96c706 (diff)
job_url fixnativebuild
-rw-r--r--jenkins/xen-base4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/xen-base b/jenkins/xen-base
index 62d4300..c7ba087 100644
--- a/jenkins/xen-base
+++ b/jenkins/xen-base
@@ -22,8 +22,8 @@ source=`cat xen.dsc`
cat > post_build_ppa_parameters << EOF
pkg_job_name=${JOB_NAME}
key_id=B86C70FE
-pkg_changes=${JOB_URL}/lastSuccessfulBuild/artifact/`ls *.changes`
-pkg_url=${JOB_URL}
+pkg_changes=`ls *.changes`
+pkg_url=${JOB_URL}/lastSuccessfulBuild/artifact/
host_ppa=linaro-overlay
EOF