From 297b5a811043c115f8a8ec5ec13658f51f1e87a3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 14:49:15 +0200 Subject: reproducible: fixup last commit --- bin/reproducible_stats.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 1d765c29..dcd4b4cb 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -47,12 +47,12 @@ link_packages() { EVERSION=$(echo $VERSION | cut -d ":" -f2) htmlecho $PKG if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] || [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.diffp.log" ] || [ -f "/var/lib/jenkins/userContent/pbuilder/${PKG}_${EVERSION}.pbuilder.log" ] || [ -f "/var/lib/jenkins/userContent/pbuilder/${PKG}_${EVERSION}.buildinfo" ] ; then - htmlecho " (" - if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo.log" ] ; then - htmlecho " buildinfo " + htmlecho " (" + if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo" ] ; then + htmlecho " buildinfo " fi if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then - htmlecho " dbd " + htmlecho " debbindiff " elif [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.diffp.log" ] ; then htmlecho " diffp " fi -- cgit v1.2.3-54-g00ecf