summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 13:23:32 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 13:23:32 +0100
commitb945007fddd43bffe20237b407c20daa70090d57 (patch)
treedd06e0c65eb968d913f761f6d0bef89d7e9cf200 /bin/reproducible_maintenance.sh
parentf2528edc1e5a0481e2078f97d662751c4d4394ee (diff)
downloadjenkins.debian.net-b945007fddd43bffe20237b407c20daa70090d57.tar.xz
reproducible: further improve analysing log problems
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 9e519c48..e6fb4e13 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -423,8 +423,8 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
fi
if grep -q https $TMPFILE ; then
echo "$(grep -c https $TMPFILE) entries found:"
- for a in $ARCHS ; do
- echo "- $(grep https $TMPFILE|grep -c $a) on $a."
+ for a in $ARCHS archlinux fedora ; do
+ echo "- $(grep https $TMPFILE|grep -c _$a) from $a."
done
else
echo "$(grep -c 'stale builds found' $TMPFILE || true) entries found:"