From 619d4bb423beda134376d174e2d9241dffd01ba4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 12 Oct 2014 18:12:48 +0200 Subject: reproducible: refactor, drop source_stats table for now --- bin/reproducible_setup.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/reproducible_setup.sh') diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index f56b0d11..50c7ac44 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -17,11 +17,6 @@ if [ ! -f ${PACKAGES_DB} ] ; then CHECK (status IN ("blacklisted", "FTBFS","reproducible","unreproducible","404", "not for us")), build_date TEXT NOT NULL, PRIMARY KEY (name))' - sqlite3 ${PACKAGES_DB} ' - CREATE TABLE source_stats - (suite TEXT NOT NULL, - amount INTEGER NOT NULL, - PRIMARY KEY (suite))' sqlite3 ${PACKAGES_DB} ' CREATE TABLE sources (name TEXT NOT NULL, -- cgit v1.2.3-70-g09d2