Store RPM artifacts in resulting repository in modulemd metadata.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
6ce88630ec
commit
d037d61521
4 changed files with 33 additions and 6 deletions
|
|
@ -34,6 +34,7 @@ class MockVariant(mock.Mock):
|
|||
super(MockVariant, self).__init__(*args, is_empty=is_empty, **kwargs)
|
||||
self.parent = kwargs.get('parent', None)
|
||||
self.mmds = []
|
||||
self.arch_mmds = {}
|
||||
self.variants = {}
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue