From 2a046d8b431186b5171b1fca5acc6ea654fa1abc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 30 Sep 2014 17:50:09 +0200 Subject: reproducible: use debbindiff instead of diffp to compare the two builds --- bin/reproducible_stats.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 8b57e340..ae8d9548 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -49,7 +49,11 @@ for PKG in $BAD ; do VERSION=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"") # remove epoch VERSION=$(echo $VERSION | cut -d ":" -f2) - htmlecho "$PKG " + if [ -f "/var/lib/jenkins/userContent/diffp/${PKG}_${VERSION}.diffp.log" ] ; then + htmlecho "$PKG " + else + htmlecho "$PKG " + fi done htmlecho "

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