[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix assumption and requirements
Holger Levsen
holger at layer-acht.org
Fri Apr 14 19:48:56 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 48ee5301f0be8c772472b43a8d65045d8abf36b7
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Apr 14 21:48:47 2017 +0200
reproducible Debian: fix assumption and requirements
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_service.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index fe50e2e..0ca3a64 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -32,8 +32,8 @@ case $1 in
;;
esac
-/srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID.log 2>&1
+/srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1
-# < h01ger> | we could still make the logs accessable to browsers
-# < h01ger> | and we need maintenance to cleanup the log files eventually
-# < h01ger> | and translate that yaml to crontab entries
+# < h01ger> | logs should auto display in browser like with jenkins… (long-polling, meta-refresh, something)
+# < h01ger> | and we need maintenance to cleanup the log files eventually
+# < h01ger> | and translate that yaml to crontab entries, starting with i386
--
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