From b9757fffefaf4ff7b614afe7af990c701be880c8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 02:51:39 +0200 Subject: reproducible: add 'blacklisted' as possible value for table in db --- bin/reproducible_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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} ' -- cgit v1.2.3-54-g00ecf