[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: adapt for slightly changed URLs
Holger Levsen
holger at layer-acht.org
Mon May 1 15:01:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 25ace3b24b28b23b332967e3edcad4d9304b62c2
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 1 17:01:09 2017 +0200
reproducible Debian: adapt for slightly changed URLs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index cca0d6d..d948a5b 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list