[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix arch specific counting of stale builds
Holger Levsen
holger at layer-acht.org
Mon Jan 9 01:35:46 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 86bb753b03cda1eb2a6b73032a24d228cc481516
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jan 9 02:35:28 2017 +0100
reproducible Debian: fix arch specific counting of stale builds
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 f18ab11..ee71b3d 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -436,7 +436,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
else
echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"
for a in $ARCHS ; do
- echo "- $(grep -c '|${a}_' $TMPFILE) from $a."
+ echo "- $(grep -c ${a}_ $TMPFILE) from $a."
done
fi
echo
--
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