From e1a67c9d9763c0abcd19cde6f0c87cb57f907bde Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 23 Aug 2021 22:48:14 +0200 Subject: [PATCH] [makebuildserver] run dpkg with --force-confdef There has been a whitespace change in the accessibility.properties configuration file as part of the openjdk-8-jre-headless 8u302-b08-1~deb9u1 version. As we modified the file, this broke makebuildserver, asking for confirmation. --- buildserver/provision-apt-get-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index 070fb6b3..114101eb 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -27,6 +27,10 @@ Dpkg::Use-Pty "0"; quiet "1"; EOF +cat < /etc/apt/apt.conf.d/99confdef +Dpkg::Options { "--force-confdef"; }; +EOF + if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then apt-get update || apt-get update apt-get install apt-transport-https ca-certificates