From 7eb45230069015e2dfd4fe0adea9f332daffabe0 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 27 Jun 2017 10:39:47 +0100 Subject: Pass assembly.compose during rpm packaging To cover the case where component artifacts have been removed from the cache, while the "system" artifact remains. --- ybd/rpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ybd/rpm.py b/ybd/rpm.py index 7d46540..ef47495 100644 --- a/ybd/rpm.py +++ b/ybd/rpm.py @@ -572,7 +572,7 @@ def package_rpms(system, whitelist=None): system = app.defs.get(system) with sandbox.setup(system): - assembly.install_contents(system) + assembly.install_contents(system, assembly.compose) if system.get('kind') != "system": assembly.install_dependencies(system, assembly.compose) -- cgit v1.2.1