From 40b6833493a340f8162e03623e72e09561031c7c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Jul 2015 11:19:54 +0200 Subject: reproducible: refactoring --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-70-g09d2