summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 03:32:18 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 05:06:12 +0200
commit31e2a7f9b689f8e726e9076651129c21e315d2d8 (patch)
tree0166855cff409efda4f70a0188f76eb383e677bd /bin/reproducible_setup.sh
parent2aec168d4a1c0234df1bbefeb57176171d2800ea (diff)
downloadjenkins.debian.net-31e2a7f9b689f8e726e9076651129c21e315d2d8.tar.xz
reproducible: drop job_sources table and code
Diffstat (limited to 'bin/reproducible_setup.sh')
-rwxr-xr-xbin/reproducible_setup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh
index 0be8089b..70c02fe7 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -23,10 +23,6 @@ if [ ! -f ${PACKAGES_DB} ] ; then
amount INTEGER NOT NULL,
PRIMARY KEY (suite))'
sqlite3 ${PACKAGES_DB} '
- CREATE TABLE job_sources
- (name TEXT NOT NULL,
- job TEXT NOT NULL)'
- sqlite3 ${PACKAGES_DB} '
CREATE TABLE sources
(name TEXT NOT NULL,
version TEXT NOT NULL)'