summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_worker.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 15:59:50 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 15:59:50 +0200
commit563cc36a09d8b05b1b4f9d7c265fa3faff4c4c53 (patch)
treeba2d3265bdb5086173d2b9b5ca0e1fbc10e58172 /bin/reproducible_worker.sh
parent9d28e45f96feca10da2e23d3d7104762079d5557 (diff)
downloadjenkins.debian.net-563cc36a09d8b05b1b4f9d7c265fa3faff4c4c53.tar.xz
reproducible Debian: use console.log for service builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_worker.sh')
-rwxr-xr-xbin/reproducible_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_worker.sh b/bin/reproducible_worker.sh
index b92606b7..84ca5deb 100755
--- a/bin/reproducible_worker.sh
+++ b/bin/reproducible_worker.sh
@@ -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 2>&1
+ /srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1
done