summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-10 11:19:54 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-10 11:19:54 +0200
commite71f9eb4b2ca3f4142fb8291156ef53a91976eb1 (patch)
tree5631609bd4beb1817ef5acc62759ed16d0495e3f /bin/schroot-create.sh
parent5c50879b6894fff1370dc59d3028fb96bea142ae (diff)
downloadjenkins.debian.net-e71f9eb4b2ca3f4142fb8291156ef53a91976eb1.tar.xz
stop downloading package description, thanks Vagrant for the idea
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
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
}