diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:49:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:49:11 +0100 |
commit | be30c497dced2d24d5f5990a839eeee6e089d7b1 (patch) | |
tree | ccb7c7052433340762f0ffda3d18e302cf501527 | |
parent | 08f8dcd968c6889057068611842fe8e3120bfe59 (diff) | |
download | jenkins.debian.net-be30c497dced2d24d5f5990a839eeee6e089d7b1.tar.xz |
reproducible: improve suite navigation
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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}\"") |