mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
MBSResolver: local modules can't be metadata-only
A module added with --add-local-build can't have koji_tag=None, since koji_tag is set to the directory where the module is.
This commit is contained in:
@@ -378,10 +378,6 @@ class MBSResolver(KojiResolver):
|
||||
self.db_session, name, details["stream"])
|
||||
if local_modules:
|
||||
for m in local_modules:
|
||||
# If the buildrequire is a meta-data only module with no Koji tag set, then just
|
||||
# skip it
|
||||
if m.koji_tag is None:
|
||||
continue
|
||||
module_tags[m.koji_tag] = m.mmd()
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user