From 0a9ba5f959b96e7c07f1603ad060e4e2978a1978 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 10 Oct 2014 18:44:14 +0200 Subject: reproducible: blacklist xmds2 --- bin/reproducible_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup.sh') diff --git a/bin/reproducible_setup.sh b/bin/reproducible_setup.sh index 2ea044c9..7804f7d7 100755 --- a/bin/reproducible_setup.sh +++ b/bin/reproducible_setup.sh @@ -34,7 +34,7 @@ cat >/var/lib/jenkins/reproducible.init <<-EOF EOF # blacklist some packages -for PKG in linux cups zurl openclipart eigen3 ; do +for PKG in linux cups zurl openclipart eigen3 xmds2 ; do RESULT=$(sqlite3 -init $INIT $PACKAGES_DB " SELECT name FROM source_packages WHERE status = 'blacklisted' AND name = '$PKG'") if [ "$RESULT" = "" ] ; then sqlite3 -init $INIT $PACKAGES_DB "REPLACE into source_packages VALUES ('$PKG','0','blacklisted',date('now'))" -- cgit v1.2.3-70-g09d2