summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-02 15:45:40 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-02 15:45:40 +0100
commit62b99ac7650ca53860ac19c3c337ef2de404fd95 (patch)
tree1861aa3cd33a3e9944dfc8ac2fea5d453b689b8a /bin
parent1b8e9093c71ca957e9216aa63a7a71fe4a6aa8d6 (diff)
downloadjenkins.debian.net-62b99ac7650ca53860ac19c3c337ef2de404fd95.tar.xz
db schema change needed for previous commit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 759e2f34..05cbb3c9 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -109,7 +109,6 @@ elif [ ! -f ${PACKAGES_DB} ] ; then
(datum TEXT NOT NULL,
suite TEXT NOT NULL,
meta_pkg TEXT NOT NULL,
- untested INTEGER,
reproducible INTEGER,
unreproducible INTEGER,
FTBFS INTEGER,