diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-10 11:19:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-10 11:19:54 +0200 |
commit | e71f9eb4b2ca3f4142fb8291156ef53a91976eb1 (patch) | |
tree | 5631609bd4beb1817ef5acc62759ed16d0495e3f | |
parent | 5c50879b6894fff1370dc59d3028fb96bea142ae (diff) | |
download | jenkins.debian.net-e71f9eb4b2ca3f4142fb8291156ef53a91976eb1.tar.xz |
stop downloading package description, thanks Vagrant for the idea
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 7d33a416..b07c2917 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -109,6 +109,8 @@ peNsYNcna2Ca8Imozzc5L424lXN3MaiTql7Y1lZJFF5Y/wznbjUQj/5YXj3LVB3W echo echo "Configuring APT to ignore the Release file expiration" echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future +echo "Configuring APT to not download package descriptions" +echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/10no-package-descriptions echo EOF } |