summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 16:30:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 16:30:06 +0100
commit2c2fc315f1eca6157f6d3a8989fd1143fa53969b (patch)
treef065c429fbda6ddd04c5878776bbedeb484ad09c /bin/reproducible_common.sh
parentfe049910f426fd670d36f857b5f8f7fbda82a19b (diff)
downloadjenkins.debian.net-2c2fc315f1eca6157f6d3a8989fd1143fa53969b.tar.xz
reproducible: split graph about investigated packages and identified issues into two
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index b2bc51dd..21dc6a76 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -98,6 +98,10 @@ elif [ ! -f ${PACKAGES_DB} ] ; then
CREATE TABLE stats_notes
(datum TEXT NOT NULL,
packages_with_notes INTEGER,
+ PRIMARY KEY (datum))'
+ sqlite3 ${PACKAGES_DB} '
+ CREATE TABLE stats_issues
+ (datum TEXT NOT NULL,
known_issues INTEGER,
PRIMARY KEY (datum))'
# 60 seconds timeout when trying to get a lock