From 85efc0eeaa472e3a3a7d58c9f1ab0e7ff88cc1df Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 1 Nov 2025 16:39:32 -0600 Subject: [PATCH] Print full report when generating appstream data --- src/bin/repo_builder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/repo_builder.rs b/src/bin/repo_builder.rs index 41bd53fa..656d2c35 100644 --- a/src/bin/repo_builder.rs +++ b/src/bin/repo_builder.rs @@ -110,6 +110,7 @@ fn publish_packages(recipe_list: Vec, 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 {