From 04cb6e8f06bee56d966d86dd4a7f3a62b1b62c4d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Jan 2015 15:36:11 +0100 Subject: reproducible: add graph about number of investigated packages and known issues --- bin/reproducible_common.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/reproducible_common.sh') 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 -- cgit v1.2.3-70-g09d2