apt/keyring: download 3 keyrings for sid
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user