summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7a0c8bb4..58988d28 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -266,7 +266,7 @@ dbd_timeout() {
handle_ftbr "$msg"
}
-call_debbindiff() {
+call_debbindiff_on_changes_files() {
local TMPLOG=(mktemp --tmpdir=$TMPDIR)
echo | tee -a ${RBUILDLOG}
local TIMEOUT="30m"
@@ -552,7 +552,7 @@ update_rbuildlog
if [ $FTBFS -eq 1 ] ; then
handle_ftbfs
elif [ $FTBFS -eq 0 ] ; then
- call_debbindiff # defines DBDVERSION, update_db_and_html defines STATUS
+ call_debbindiff_on_changes_files # defines DBDVERSION, update_db_and_html defines STATUS
fi
check_for_race_conditions