From b5a74347a8bb3926d51112fa66713c5ede696daa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 22 Oct 2014 22:45:33 +0200 Subject: reproducible: no need to blacklist src:linux, it only needs 8.4gb for building --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index e8e3afc2..4898412b 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -11,7 +11,7 @@ common_init "$@" set +x # blacklist some packages -for PKG in linux cups zurl openclipart eigen3 xmds2 ; do +for PKG in 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 set -x -- cgit v1.2.3-70-g09d2