package_info: refactor into distro_info and package_info split, yaml data
Some checks failed
CI / build (push) Failing after 9m3s
Some checks failed
CI / build (push) Failing after 9m3s
This commit is contained in:
@@ -464,7 +464,7 @@ pub async fn pull(
|
||||
|
||||
// Depending on target series, we pick target branch; if latest series is specified,
|
||||
// we target the development branch, i.e. the default branch
|
||||
let branch_name = if crate::package_info::get_ordered_series(package_info.dist.as_str())
|
||||
let branch_name = if crate::distro_info::get_ordered_series(package_info.dist.as_str())
|
||||
.await?[0]
|
||||
!= *series
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user