diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-04-07 09:40:22 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-04-07 09:40:22 +0000 |
| commit | 2757f593507ced8145fc75d986721dff6d45daa5 (patch) | |
| tree | 1a91836812c578f2919488fe2a88f74c31a1a5b6 /test/integration/framework | |
| parent | 9a97c0e647609da41a1df6574d98320e5e253988 (diff) | |
| parent | f0c71b95ca00bae2b364c4b4858c51d84b002387 (diff) | |
Merge branch 'drop-apt-warning' into 'main'
Drop warning about unstable CLI interface
See merge request apt-team/apt!556
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 7780ef835..88a0bab7b 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -573,7 +573,6 @@ EOF chown _apt:$(id -gn) "${TMPWORKINGDIRECTORY}/rootdir/etc/webserver.pem" fi echo "Acquire::https::CaInfo \"${TMPWORKINGDIRECTORY}/rootdir/etc/webserver.pem\";" > rootdir/etc/apt/apt.conf.d/99https - echo "Apt::Cmd::Disable-Script-Warning \"1\";" > rootdir/etc/apt/apt.conf.d/apt-binary export APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=no echo 'Acquire::Connect::AddrConfig "false";' > rootdir/etc/apt/apt.conf.d/connect-addrconfig # Allow release files to be 10 hours in the future, rather than 10 seconds |
