From 844d2dc39dd77e33ae67684be0a1dfb57ea53121 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 11 Oct 2014 08:50:26 +0200 Subject: reproducible: add linux-any as valid arch --- bin/reproducible_build.sh | 2 +- bin/reproducible_stats.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ed38a01a..1e8e42b9 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -165,7 +165,7 @@ for SRCPACKAGE in ${PACKAGES} ; do ARCHITECTURES=$(grep "^Architecture: " ${SRCPACKAGE}_*.dsc| cut -d " " -f2- | sed -s "s# #\n#g" | sort -u) set +x for ARCH in ${ARCHITECTURES} ; do - if [ "$ARCH" = "any" ] || [ "$ARCH" = "all" ] || [ "$ARCH" = "amd64" ] || [ "$ARCH" = "linux-amd64" ] ; then + if [ "$ARCH" = "any" ] || [ "$ARCH" = "all" ] || [ "$ARCH" = "amd64" ] || [ "$ARCH" = "linux-any" ] || [ "$ARCH" = "linux-amd64" ] ; then SUITABLE=true break fi diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 8f656f84..31a79ff4 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -461,7 +461,7 @@ for VIEW in $ALLVIEWS ; do write_summary "

For $COUNT_SOURCELESS ($PERCENT_SOURCELESS%) packages in total sources could not be downloaded: ${SOURCELESS[$VIEW]}

" fi if [ "${VIEW:0:3}" = "all" ] && [ $COUNT_NOTFORUS -gt 0 ] ; then - write_summary "

In total there were $COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64' nor 'linux-amd64': ${NOTFORUS[$VIEW]}

" + write_summary "

In total there were $COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64' nor 'linux-any' nor 'linux-amd64': ${NOTFORUS[$VIEW]}

" fi if [ "${VIEW:0:3}" = "all" ] && [ $COUNT_BLACKLISTED -gt 0 ] ; then write_summary "

$COUNT_BLACKLISTED packages are blacklisted and will never be tested here: $BLACKLISTED

" -- cgit v1.2.3-54-g00ecf