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
@@ -254,7 +254,7 @@ async fn find_package(
version: Option<&str>,
progress: ProgressCallback<'_>,
) -> Result<PackageInfo, Box<dyn Error>> {
let series_list = crate::distro_info::get_ordered_series(dist).await?;
let series_list = crate::distro_info::get_ordered_series_name(dist).await?;
for (i, series) in series_list.iter().enumerate() {
if let Some(cb) = progress {