MockModuleBuilder: add missing kwarg to tag_artifacts

This commit is contained in:
Owen W. Taylor
2020-11-18 11:50:35 -05:00
committed by breilly
parent 9c1f0edd0e
commit 0a8160a91c

View File

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