diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-22 22:45:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-22 22:45:33 +0200 |
commit | b5a74347a8bb3926d51112fa66713c5ede696daa (patch) | |
tree | 91f85b83072c5eb9cf93c46bc8d88f78a1e24b80 /bin | |
parent | 5b5a28d7b9490542afbe7ba5f13ee846e7658079 (diff) | |
download | jenkins.debian.net-b5a74347a8bb3926d51112fa66713c5ede696daa.tar.xz |
reproducible: no need to blacklist src:linux, it only needs 8.4gb for building
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |