diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-01-20 11:57:33 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-01-21 11:16:34 +0000 |
| commit | c4e57e200ae40db5e9ada6ec0933b53d249e4a97 (patch) | |
| tree | 30f0872fb6f19ef973770effb9f4349b10831fa4 /test/integration/framework | |
| parent | afeaf6a442bb2603a1ebce096586cef48d065ba4 (diff) | |
Warn about missing Signed-By in .list format
Warn about the missing field there and suggest the transition
to deb822 .sources files if we found any non-deb822 source
without signed-by.
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 |
