From c8f08b2acb1c491f11cd963803da55e7284cbf7f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 14:50:09 +0200 Subject: reproducible: .diffp files are now .log files --- 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 8ac1335e..3617e5e5 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -40,7 +40,7 @@ htmlecho "

$COUNT_TOTAL packages attempted to build so far, out of $AMOUNT in htmlecho "

$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: " for PKG in $BAD ; do VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"") - htmlecho "$PKG " + htmlecho "$PKG " done htmlecho "

" htmlecho -- cgit v1.2.3-70-g09d2