[Qa-jenkins-scm] [jenkins.debian.net] 04/05: reproducible: setup_pbuilder: configure dpkg to not issue pointless fsync()s

Mattia Rizzolo mattia at debian.org
Thu Apr 5 19:24:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit b89b478192ee4a68a75724aa66aae50bb0ea5e37
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Apr 5 21:19:59 2018 +0200

    reproducible: setup_pbuilder: configure dpkg to not issue pointless fsync()s
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_setup_pbuilder.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index 48a103b..08a3a2e 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -34,6 +34,9 @@ echo
 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
+echo
 EOF
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list