diff options
author | Chris Lamb <lamby@debian.org> | 2016-08-08 15:54:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-08 17:45:41 +0200 |
commit | 337869f5a0559b260b159fa23dbffd3a3f16cd4d (patch) | |
tree | 02e37fbf9deaa248b7a5eca8b5455c54546fa2dd /bin | |
parent | 300a19bbec8575956194cf0a06066f63094025bd (diff) | |
download | jenkins.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-x | bin/reproducible_build.sh | 2 |
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. |