[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-run: also set man-db/auto-update to false and configure dpkg to use force-unsafe-i

Holger Levsen gitlab at salsa.debian.org
Wed Sep 26 16:05:28 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
82e2d938 by Holger Levsen at 2018-09-26T15:04:05Z
chroot-run: also set man-db/auto-update to false and configure dpkg to use force-unsafe-i

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/chroot-run.sh


Changes:

=====================================
bin/chroot-run.sh
=====================================
@@ -106,6 +106,11 @@ echo 'Acquire::http::Proxy "$http_proxy";' > /etc/apt/apt.conf.d/80proxy
 echo "deb-src $MIRROR $DISTRO main" >> /etc/apt/sources.list
 echo "${BACKPORTS}" >> /etc/apt/sources.list
 echo "${BACKPORTSSRC}" >> /etc/apt/sources.list
+echo "Preseeding man-db/auto-update to false"
+echo "man-db man-db/auto-update boolean false" | debconf-set-selections
+echo
+echo "Configuring dpkg to not fsync()"
+echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02speedup
 apt-get update
 EOF
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/82e2d9389aba110bcbd9e6fce3ed07e5cf8d17d7

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/82e2d9389aba110bcbd9e6fce3ed07e5cf8d17d7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180926/4580742d/attachment.html>


More information about the Qa-jenkins-scm mailing list