summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-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.