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