From 48ee5301f0be8c772472b43a8d65045d8abf36b7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 14 Apr 2017 21:48:47 +0200 Subject: reproducible Debian: fix assumption and requirements Signed-off-by: Holger Levsen --- bin/reproducible_build_service.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_build_service.sh') 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 -- cgit v1.2.3-54-g00ecf