summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 02:49:02 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 02:49:02 +0200
commitf545e58738fa618ce827e9013fc85f6c591ecc6a (patch)
tree481661b7240a8b15133960f89aac48afa59af4b6
parent8431ea21f751403e24341b511eeb4491d40308c3 (diff)
downloadjenkins.debian.net-f545e58738fa618ce827e9013fc85f6c591ecc6a.tar.xz
reproducible: drop diffp_path column from db
-rwxr-xr-xbin/reproducible_setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh
index f36442ac..c3433694 100755
--- a/bin/reproducible_setup.sh
+++ b/bin/reproducible_setup.sh
@@ -16,7 +16,6 @@ if [ ! -f ${PACKAGES_DB} ] ; then
status TEXT NOT NULL
CHECK (status IN ("FTBFS","reproducible","unreproducible","404", "not for us")),
build_date TEXT NOT NULL,
- diffp_path TEXT,
PRIMARY KEY (name))'
sqlite3 ${PACKAGES_DB} '
CREATE TABLE source_stats