diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-01 17:01:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-01 17:01:09 +0200 |
commit | 25ace3b24b28b23b332967e3edcad4d9304b62c2 (patch) | |
tree | d21ca52cd6fa2d7e5dcc97bd14c52ea67ea9ce75 /bin | |
parent | da2123aa0c58fefbf6e76c5480416cf1bafd564b (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
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 |