From f18fe2d09ec420fb23b7e2241a9318473ec7ffd3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Oct 2014 19:51:49 +0200 Subject: reproducible: deal gracefully with dd-list seldomly not knowing all packages --- bin/reproducible_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index a8146067..c739bb93 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -729,7 +729,7 @@ PAGE=index_${VIEW}.html echo "Starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" TMPFILE=$(mktemp) -echo "${BAD["all"]}" | dd-list -i > $TMPFILE +echo "${BAD["all"]}" | dd-list -i > $TMPFILE || true write_page "

The following maintainers and uploaders are listed for packages which have built unreproducibly:

"
 while IFS= read -r LINE ; do
 	if [ "${LINE:0:3}" = "   " ] ; then
-- 
cgit v1.2.3-70-g09d2