summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-08 15:54:40 +0100
committerHolger Levsen <holger@layer-acht.org>2016-08-08 17:45:41 +0200
commit337869f5a0559b260b159fa23dbffd3a3f16cd4d (patch)
tree02e37fbf9deaa248b7a5eca8b5455c54546fa2dd /bin
parent300a19bbec8575956194cf0a06066f63094025bd (diff)
downloadjenkins.debian.net-337869f5a0559b260b159fa23dbffd3a3f16cd4d.tar.xz
reproducible debian: Explicitly log that build was successful
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 966c806a..6363c3cf 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -782,7 +782,7 @@ build_rebuild() {
NOTIFY=""
exit 0
elif [ -f b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then
- # the first build did not FTBFS, try rebuild it.
+ log_info "Build successful. Starting remote build."
remote_build 2 $NODE2
if [ -f b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then
# both builds were fine, i.e., they did not FTBFS.