[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: really fix links to console(.log)
Holger Levsen
holger at layer-acht.org
Thu Apr 27 13:42:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6a0e0a7f9c3301c96963a323ab1c39936af9b772
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Apr 27 15:42:42 2017 +0200
reproducible Debian: really fix links to console(.log)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_worker.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_worker.sh b/bin/reproducible_worker.sh
index a33000e..a8516bd 100755
--- a/bin/reproducible_worker.sh
+++ b/bin/reproducible_worker.sh
@@ -52,7 +52,7 @@ while true ; do
#
# prepare variables for export
#
- export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$WORKER_NAME/$BUILD_ID
+ export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$WORKER_NAME/$BUILD_ID/
export BUILD_ID=$BUILD_ID
export JOB_NAME="reproducible_builder_$WORKER_NAME"
export
@@ -60,5 +60,5 @@ while true ; do
#
# actually run reproducible_build.sh
#
- /srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1
+ /srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console 2>&1
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list