pull: allow pulling from ppa
This commit is contained in:
@@ -212,9 +212,10 @@ mod tests {
|
||||
log::debug!("Created temporary directory: {}", cwd.display());
|
||||
|
||||
log::info!("Pulling package {} from {}...", package, series);
|
||||
let package_info = crate::package_info::lookup(package, None, Some(series), "", dist, None)
|
||||
.await
|
||||
.expect("Cannot lookup package information");
|
||||
let package_info =
|
||||
crate::package_info::lookup(package, None, Some(series), "", dist, None, None)
|
||||
.await
|
||||
.expect("Cannot lookup package information");
|
||||
crate::pull::pull(&package_info, Some(cwd), None, true)
|
||||
.await
|
||||
.expect("Cannot pull package");
|
||||
|
||||
Reference in New Issue
Block a user