From f24921eec43d2912c64ea2ad57e36c566520cec5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 12 Oct 2014 11:23:36 +0200 Subject: reproducible: add linux-amd64 as valid arch --- bin/reproducible_build.sh | 2 +- bin/reproducible_stats.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 6e9aa19c..bee908b2 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -187,7 +187,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-any" ] || [ "$ARCH" = "linux-amd64" ] ; then + if [ "$ARCH" = "any" ] || [ "$ARCH" = "all" ] || [ "$ARCH" = "amd64" ] || [ "$ARCH" = "linux-any" ] || [ "$ARCH" = "linux-amd64" ] || [ "$ARCH" = "any-amd64" ] ; then SUITABLE=true break fi diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 6ec1912b..3dfccf1b 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -584,7 +584,7 @@ for VIEW in $ALLVIEWS ; do write_page "

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_page "

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]}

" + write_page "

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

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

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

" -- cgit v1.2.3-70-g09d2