diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-01-21 11:16:48 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-01-21 11:16:48 +0000 |
| commit | a3a4896b0bbc4567a07c6fb7cfaa8a1f6b03fab3 (patch) | |
| tree | 3a6febf5d378e2f323cb1a461a76604efe0c8a59 /test/integration/framework | |
| parent | afeaf6a442bb2603a1ebce096586cef48d065ba4 (diff) | |
| parent | 6f618323d2d1cea47df0952a9ed2cebcda6c7193 (diff) | |
Merge branch 'trust-deprecation' into 'main'
Warn about missing Signed-By in .list format
See merge request apt-team/apt!431
Diffstat (limited to 'test/integration/framework')
| -rw-r--r-- | test/integration/framework | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 7c1b31ca2..3784ece06 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -580,6 +580,8 @@ EOF echo 'APT::Machine-ID "912e43bd1c1d4ba481f9f8ccab25f9ee";' > rootdir/etc/apt/apt.conf.d/machine-id + echo "APT::Get::Update::SourceListWarnings::SignedBy \"false\";" >> rootdir/etc/apt/apt.conf.d/signed-by + configcompression '.' 'gz' #'bz2' 'lzma' 'xz' confighashes 'SHA256' # these are tests, not security best-practices |
