distro_info: fully parse distro info
CI / build (push) Failing after 10m16s
CI / snap (push) Has been skipped

This commit is contained in:
2026-01-26 16:07:39 +01:00
parent 45960e5f17
commit d832666858
3 changed files with 124 additions and 36 deletions
+1 -1
View File
@@ -504,7 +504,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::distro_info::get_ordered_series(package_info.dist.as_str())
let branch_name = if crate::distro_info::get_ordered_series_name(package_info.dist.as_str())
.await?[0]
!= *series
{