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