summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2017-06-27 10:39:47 +0100
committerBen Brown <ben.brown@codethink.co.uk>2018-02-09 13:18:54 +0000
commit7eb45230069015e2dfd4fe0adea9f332daffabe0 (patch)
tree3296d03ab73e9328af93df6963e6b496f309a76a
parent88d35867910ae55ae24eea3ec61585bd3d4d9004 (diff)
downloadybd-7eb45230069015e2dfd4fe0adea9f332daffabe0.tar.gz
Pass assembly.compose during rpm packaging
To cover the case where component artifacts have been removed from the cache, while the "system" artifact remains.
-rw-r--r--ybd/rpm.py2
1 files changed, 1 insertions, 1 deletions
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)