mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:20:04 +08:00
Define empty buildroot_connect buildroot_add_repos Copr methods
This commit is contained in:
@@ -730,6 +730,9 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
self.module_str = module
|
||||
self.tag_name = tag_name
|
||||
|
||||
def buildroot_connect(self):
|
||||
pass
|
||||
|
||||
def buildroot_prep(self):
|
||||
pass
|
||||
|
||||
@@ -745,6 +748,9 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
def buildroot_add_artifacts(self, artifacts, install=False):
|
||||
pass
|
||||
|
||||
def buildroot_add_repos(self, dependencies):
|
||||
pass
|
||||
|
||||
def build(self, artifact_name, source):
|
||||
log.info("Copr build")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user