|
|
@@ -235,6 +235,9 @@ setupenvironment() {
|
|
|
echo 'quiet::NoStatistic "true";' >> aptconfig.conf
|
|
|
# too distracting for users, but helpful to detect changes
|
|
|
echo 'Acquire::Progress::Ignore::ShowErrorText "true";' >> aptconfig.conf
|
|
|
+ # in testcases, it can appear as if localhost has a rotation setup,
|
|
|
+ # hide this as we can't really deal with it properly
|
|
|
+ echo 'Acquire::Failure::ShowIP "false";' >> aptconfig.conf
|
|
|
|
|
|
echo "Acquire::https::CaInfo \"${TESTDIR}/apt.pem\";" > rootdir/etc/apt/apt.conf.d/99https
|
|
|
echo "Apt::Cmd::Disable-Script-Warning \"1\";" > rootdir/etc/apt/apt.conf.d/apt-binary
|