summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 16:24:35 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 16:24:35 +0200
commit18cdd3851b60362cc2dd58653e48fe6fb5e55528 (patch)
treef4733c486c1a3b3d3bf73bf78d99b5331e4c3559 /bin/reproducible_stats.sh
parent248938075fc0933495bbf91ea83a1ac6849a90fc (diff)
downloadjenkins.debian.net-18cdd3851b60362cc2dd58653e48fe6fb5e55528.tar.xz
reproducible: .pbuilder.logs have been replaced with .rbuild.logs
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 0a4601b2..996eaefd 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -48,6 +48,7 @@ link_packages() {
# remove epoch
EVERSION=$(echo $VERSION | cut -d ":" -f2)
htmlecho $PKG
+ # FIXME: remove unused code once all diffp.log and pbuilder.log files are gone
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/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" ] || [ -f "/var/lib/jenkins/userContent/rbuild/${PKG}_${EVERSION}.rbuild.log" ]; then
htmlecho "<font size='-2'> ("
if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" ] ; then