diff options
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-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 80a8f0fc..cf95adaf 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -472,8 +472,8 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then else OTHERPROJECTS="archlinux fedora" fi - echo "$(grep -c https $PROBLEM || echo 0) entries found:" >> $TMPFILE for a in $ARCHS $OTHERPROJECTS; do + echo "$(grep -c https $PROBLEM || echo 0) entries found:" >> $TMPFILE echo "- $(grep https $PROBLEM|grep -c _$a) from $a." >> $TMPFILE done elif grep -q 'stale builds found' $PROBLEM ; then |