summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.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_common.sh
parenta634f5136738b5159bc9a9bba660e89819384b34 (diff)
downloadjenkins.debian.net-40b6833493a340f8162e03623e72e09561031c7c.tar.xz
reproducible: refactoring
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index c5a3e7ab..5a7f51ec 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -369,7 +369,7 @@ irc_message() {
kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" || true # don't fail the whole job
}
-call_debbindiff_on_any_file() {
+call_debbindiff() {
mkdir -p $TMPDIR/$1/$(dirname $2)
local TMPLOG=(mktemp --tmpdir=$TMPDIR)
local msg=""