summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-01 17:01:09 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-01 17:01:09 +0200
commit25ace3b24b28b23b332967e3edcad4d9304b62c2 (patch)
treed21ca52cd6fa2d7e5dcc97bd14c52ea67ea9ce75 /bin/reproducible_maintenance.sh
parentda2123aa0c58fefbf6e76c5480416cf1bafd564b (diff)
downloadjenkins.debian.net-25ace3b24b28b23b332967e3edcad4d9304b62c2.tar.xz
reproducible Debian: adapt for slightly changed URLs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index cca0d6d3..d948a5b5 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -491,7 +491,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
fi
echo "$(grep -c https $PROBLEM || echo 0) entries found:" >> $TMPFILE
for a in $ARCHS $OTHERPROJECTS; do
- echo "- $(grep https $PROBLEM|grep -c _$a) from $a." >> $TMPFILE
+ echo "- $(grep https $PROBLEM|grep -c ${a}_) from $a." >> $TMPFILE
done
elif grep -q 'stale builds found' $PROBLEM ; then
echo "$(grep -c 'stale builds found' $PROBLEM || echo 0) entries found:" >> $TMPFILE