summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-07 11:19:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-07 11:19:54 +0200
commit40b6833493a340f8162e03623e72e09561031c7c (patch)
tree7cc5c64177b6949de1ce12fe74b4cf35b1a5e1da /bin/reproducible_build.sh
parenta634f5136738b5159bc9a9bba660e89819384b34 (diff)
downloadjenkins.debian.net-40b6833493a340f8162e03623e72e09561031c7c.tar.xz
reproducible: refactoring
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