From dc97161713531342f4ccab68a645b2367d87273e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Jan 2017 01:47:59 +0100 Subject: reproducible Debian: only remote errors are detected for other projects Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index eeaba7cf..ce8bbc9b 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -435,7 +435,12 @@ 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 archlinux fedora ; do + if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ]; then + OTHERPROJECTS="" + else + OTHERPROJECTS="archlinux fedora" + fi + for a in $ARCHS $OTHERPROJECTS; do echo "- $(grep https $TMPFILE|grep -c _$a) from $a." done elif grep -q 'stale builds found' $TMPFILE ; then -- cgit v1.2.3-70-g09d2