summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-12 18:12:48 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-12 18:12:48 +0200
commit619d4bb423beda134376d174e2d9241dffd01ba4 (patch)
treef7e57165d25f06f08d35af8f9d150e1a9fbd0090 /bin/reproducible_setup.sh
parent4792c4d6a600d2a50d20a02893095a0d17ef8b38 (diff)
downloadjenkins.debian.net-619d4bb423beda134376d174e2d9241dffd01ba4.tar.xz
reproducible: refactor, drop source_stats table for now
Diffstat (limited to 'bin/reproducible_setup.sh')
-rwxr-xr-xbin/reproducible_setup.sh5
1 files changed, 0 insertions, 5 deletions
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
@@ -18,11 +18,6 @@ if [ ! -f ${PACKAGES_DB} ] ; then
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,
version TEXT NOT NULL)'