Print full report when generating appstream data

This commit is contained in:
Jeremy Soller 2025-11-01 16:39:32 -06:00
parent c8e3791da9
commit 85efc0eeaa
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -110,6 +110,7 @@ fn publish_packages(recipe_list: Vec<String>, repo_dir: String) -> anyhow::Resul
compose_cmd
.arg("compose")
.arg("--origin=pkgar")
.arg("--print-report=full")
.arg(format!("--result-root={}", appstream_root.display()));
for (_recipe, source_path) in &appstream_sources {