Store RPM artifacts in resulting repository in modulemd metadata.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2017-05-04 20:46:06 +02:00
parent 6ce88630ec
commit d037d61521
4 changed files with 33 additions and 6 deletions

View file

@ -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):