From a2050a72fa99f5ada41ea95a0a0f21dad281eb95 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 26 Oct 2022 14:39:05 +0200 Subject: [PATCH] Disable man-db auto-update (as done by sbuild) --- buildserver/provision-apt-get-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index b856562c..69f84b5d 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -31,6 +31,8 @@ cat < /etc/apt/apt.conf.d/99confdef Dpkg::Options { "--force-confdef"; }; EOF +echo "man-db man-db/auto-update boolean false" | debconf-set-selections + if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then apt-get update || apt-get update apt-get install ca-certificates