diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:49:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:49:15 +0200 |
commit | 297b5a811043c115f8a8ec5ec13658f51f1e87a3 (patch) | |
tree | a5fc3168285178095eaed43d301d65ab91bc01a6 /bin | |
parent | fdd771dce6a1f2c8680552cadd74e9c6cabe9fb7 (diff) | |
download | jenkins.debian.net-297b5a811043c115f8a8ec5ec13658f51f1e87a3.tar.xz |
reproducible: fixup last commit
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_stats.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 "<font size='-1'> (" - if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo.log" ] ; then - htmlecho " <a href=\"$JENKINS_URL/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo.log\"> buildinfo </a> " + htmlecho "<font size='-2'> (" + if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo" ] ; then + htmlecho " <a href=\"$JENKINS_URL/userContent/buildinfo/${PKG}_${EVERSION}.buildinfo\"> buildinfo </a> " fi if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then - htmlecho " <a href=\"$JENKINS_URL/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html\"> dbd </a> " + htmlecho " <a href=\"$JENKINS_URL/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html\"> debbindiff </a> " elif [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.diffp.log" ] ; then htmlecho " <a href=\"$JENKINS_URL/userContent/dbd/${PKG}_${EVERSION}.diffp.log\"> diffp </a> " fi |