apt/keyring: download 3 keyrings for sid
Some checks failed
CI / snap (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-18 13:40:54 +01:00
parent 5ec675c20b
commit d044486d22
3 changed files with 245 additions and 83 deletions

View File

@@ -143,9 +143,9 @@ impl EphemeralContextGuard {
.arg(lockfile_path.to_string_lossy().to_string())
.status()?;
// Download the keyring to the cache directory
// Download the keyring(s)
let keyring_path =
crate::apt::keyring::download_cache_keyring(Some(ctx.clone()), series).await?;
crate::apt::keyring::download_cache_keyrings(Some(ctx.clone()), series).await?;
// Use mmdebstrap to download the tarball to the cache directory
let mut cmd = ctx.command("mmdebstrap");