From af3663a95adb346b02efe09ae7e12c03c0a7277d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Oct 2014 22:10:33 +0200 Subject: reproducible: include bugs with usertags in stats --- bin/reproducible_common.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 3e77542a..4f58569b 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -69,6 +69,28 @@ elif [ ! -f ${PACKAGES_DB} ] ; then oldest_unreproducible REAL, oldest_FTBFS REAL, PRIMARY KEY (datum))' + sqlite3 ${PACKAGES_DB} ' + CREATE TABLE stats_bugs + (datum TEXT NOT NULL, + open_toolchain INTEGER, + done_toolchain INTEGER, + open_infrastructure INTEGER, + done_infrastructure INTEGER, + open_timestamps INTEGER, + done_timestamps INTEGER, + open_fileordering INTEGER, + done_fileordering INTEGER, + open_buildpath INTEGER, + done_buildpath INTEGER, + open_username INTEGER, + done_username INTEGER, + open_hostname INTEGER, + done_hostname INTEGER, + open_uname INTEGER, + done_uname INTEGER, + open_randomness INTEGER, + done_randomness INTEGER, + PRIMARY KEY (datum))' # 60 seconds timeout when trying to get a lock cat >/var/lib/jenkins/reproducible.init <<-EOF .timeout 60000 -- cgit v1.2.3-70-g09d2