package_info: refactor into distro_info and package_info split, yaml data
Some checks failed
CI / build (push) Failing after 9m3s

This commit is contained in:
2026-01-14 21:18:25 +01:00
parent a975c24e54
commit ab35af5fb5
6 changed files with 224 additions and 188 deletions

View File

@@ -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
{