summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-20 18:24:40 +0000
committerHolger Levsen <holger@layer-acht.org>2015-06-22 23:07:02 +0200
commiteffe3184ebda5847ec858f3bb61ed4a0e7382363 (patch)
tree7541adc3875b28703d5778431afe694c54d8e7d9 /bin
parent34991ddcf178a97c0e85a1d094082dd41e322887 (diff)
downloadjenkins.debian.net-effe3184ebda5847ec858f3bb61ed4a0e7382363.tar.xz
reproducible: build: fix typo
Diffstat (limited to 'bin')
-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 103d45ab..a33721fc 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -260,7 +260,7 @@ call_debbindiff() {
echo | tee -a ${RBUILDLOG}
NEW_DEBBINDIFF_TMP_COUNT=$(find "$TEMP" -maxdepth 1 -name tmp*debbindiff | wc -l)
if [ "$OLD_DEBBINDIFF_TMP_COUNT" != "$NEW_DEBBINDIFF_TMP_COUNT" ]; then
- irc_msg "debbindiff calls on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE or ${BUILD_URL}console left cruft, please help investigate and fix 788568"
+ irc_message "debbindiff calls on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE or ${BUILD_URL}console left cruft, please help investigate and fix 788568"
fi
case $RESULT in
0)