summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:49:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:49:11 +0100
commitbe30c497dced2d24d5f5990a839eeee6e089d7b1 (patch)
treeccb7c7052433340762f0ffda3d18e302cf501527 /bin
parent08f8dcd968c6889057068611842fe8e3120bfe59 (diff)
downloadjenkins.debian.net-be30c497dced2d24d5f5990a839eeee6e089d7b1.tar.xz
reproducible: improve suite navigation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index e873fb70..c9f82f30 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -88,7 +88,7 @@ init_html() {
SPOKENTARGET["dd-list"]="maintainers of unreproducible packages"
SPOKENTARGET["repo_stats"]="apt repository stats"
SPOKENTARGET["pkg_sets"]="package sets stats"
- SPOKENTARGET["stats"]="stats"
+ SPOKENTARGET["stats"]="$SUITE stats"
# query some data we need everywhere
AMOUNT=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT count(*) FROM sources WHERE suite=\"${SUITE}\"")
COUNT_TOTAL=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT COUNT(*) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.suite=\"${SUITE}\"")