diff options
-rwxr-xr-x | bin/reproducible_common.sh | 1 |
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, |