diff options
-rwxr-xr-x | bin/reproducible_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index c3433694..4e38ddca 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -14,7 +14,7 @@ if [ ! -f ${PACKAGES_DB} ] ; then (name TEXT NOT NULL, version TEXT NOT NULL, status TEXT NOT NULL - CHECK (status IN ("FTBFS","reproducible","unreproducible","404", "not for us")), + CHECK (status IN ("blacklisted", "FTBFS","reproducible","unreproducible","404", "not for us")), build_date TEXT NOT NULL, PRIMARY KEY (name))' sqlite3 ${PACKAGES_DB} ' |