#981643 debootstrap: variant=buildd: Drop apt.conf.d snippet to set APT::Get::Always-Include-Phased-Updates to true

#981643#5
Date:
2021-02-02 14:09:35 UTC
From:
To:
Package: debootstrap
Severity: normal
X-Debbugs-Cc: jak@debian.org
Control: affects -1 sbuild
Control: affects -1 ubuntu-dev-tools

APT recently introduced support for phased updates, and added some hacks
to disable them in chroots to avoid breaking builders. As this is
somewhat strange to behave differently depending on whether you chroot
into a system or whether it's your /, this will go away eventually.

Please create buildd chroots with
    APT::Get::Always-Include-Phased-Updates "true";

in /etc/apt/apt.conf.d/01phased-updates.

Alternatively, we can clone this a few times for each affected package,
and reassign, but I figured a solution at the lowest level is probably
best.

#981643#14
Date:
2021-02-02 16:58:37 UTC
From:
To:
Control: user deity@lists.debian.org
Control: usertag -1 phased-updates
Control: clone -1 -2 -3
Control: reassign -1 sbuild
Control: reassign -2 pbuilder
Control: reassign -3 autopkgtest

josch suggested we should move this into the actual tools that call
apt, instead of chroot build.

Presumably they just want to pass it to apt via -o

If somebody finds more builders, please add.