mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
MockModuleBuilder: add missing kwarg to tag_artifacts
This commit is contained in:
@@ -529,7 +529,7 @@ class MockModuleBuilder(GenericBuilder):
|
||||
|
||||
events.scheduler.add(repos_done_handler, ("fake_msg", self.tag_name + "-build"))
|
||||
|
||||
def tag_artifacts(self, artifacts):
|
||||
def tag_artifacts(self, artifacts, dest_tag=False):
|
||||
pass
|
||||
|
||||
def buildroot_add_repos(self, dependencies):
|
||||
|
||||
Reference in New Issue
Block a user