summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
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"