summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 15:36:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 15:36:11 +0100
commit04cb6e8f06bee56d966d86dd4a7f3a62b1b62c4d (patch)
tree95b465d30c6dc4dc9cffc4406c7aaaec23ada048 /bin/reproducible_common.sh
parent3ab572ef870b7e5f6b1c4c1fe6b1fe358ed089ae (diff)
downloadjenkins.debian.net-04cb6e8f06bee56d966d86dd4a7f3a62b1b62c4d.tar.xz
reproducible: add graph about number of investigated packages and known issues
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ba5bdb15..b2bc51dd 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -94,6 +94,12 @@ elif [ ! -f ${PACKAGES_DB} ] ; then
open_randomness INTEGER,
done_randomness INTEGER,
PRIMARY KEY (datum))'
+ sqlite3 ${PACKAGES_DB} '
+ CREATE TABLE stats_notes
+ (datum TEXT NOT NULL,
+ packages_with_notes INTEGER,
+ known_issues INTEGER,
+ PRIMARY KEY (datum))'
# 60 seconds timeout when trying to get a lock
cat > $INIT <<-EOF
.timeout 60000