summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-18 18:57:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-18 18:57:11 +0200
commitb335b5ad1b0aaf6426573e03640d422a3debf5c3 (patch)
tree3a649f3bf869695447d9f25d09c78037cad18db9 /bin/reproducible_common.sh
parentfbe9a7466b4f86b60c68154f34f6f6634e167785 (diff)
downloadjenkins.debian.net-b335b5ad1b0aaf6426573e03640d422a3debf5c3.tar.xz
reproducible: refactor
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 361b231f..d63dc26e 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -62,6 +62,16 @@ for i in $SUITES ; do
mkdir -p "$BASE/$i"
done
+# tables for stats
+TABLE[0]=stats_pkg_state
+TABLE[1]=stats_builds_per_day
+TABLE[2]=stats_builds_age
+TABLE[3]=stats_bugs
+TABLE[4]=stats_notes
+TABLE[5]=stats_issues
+TABLE[6]=stats_meta_pkg_state
+TABLE[7]=stats_bugs_state
+
# known package sets
META_PKGSET[1]="essential"
META_PKGSET[2]="required"