diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-14 21:48:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-14 21:48:47 +0200 |
commit | 48ee5301f0be8c772472b43a8d65045d8abf36b7 (patch) | |
tree | 6d68914318094a5df22ad6684c96e60f0b2cdab9 | |
parent | 9eb9ce4218d8a5621e5d50ba4de9e44b2b1f8ae7 (diff) | |
download | jenkins.debian.net-48ee5301f0be8c772472b43a8d65045d8abf36b7.tar.xz |
reproducible Debian: fix assumption and requirements
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build_service.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh index fe50e2e3..0ca3a649 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 |