summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-28 14:50:09 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-28 14:50:09 +0200
commitc8f08b2acb1c491f11cd963803da55e7284cbf7f (patch)
treea7d5e21b11a75b76fe1e96a39729281c714f55de /bin/reproducible_stats.sh
parent213e0ced870f7b70f1c7ec9a94bd0e87742e2a1d (diff)
downloadjenkins.debian.net-c8f08b2acb1c491f11cd963803da55e7284cbf7f.tar.xz
reproducible: .diffp files are now .log files
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
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 "<p>$COUNT_TOTAL packages attempted to build so far, out of $AMOUNT in
htmlecho "<p>$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: <code>"
for PKG in $BAD ; do
VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
- htmlecho "<a href=\"$JENKINS_URL/userContent/diffp/${PKG}_${VERSION}.diffp\">$PKG </a> "
+ htmlecho "<a href=\"$JENKINS_URL/userContent/diffp/${PKG}_${VERSION}.diffp.log\">$PKG </a> "
done
htmlecho "</code></p>"
htmlecho