mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 19:28:49 +08:00
Remove outdated methods
This commit is contained in:
committed by
Ralph Bean
parent
8ad0e6bea9
commit
a625bc89a1
@@ -824,12 +824,6 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
"""
|
||||
pass
|
||||
|
||||
def buildroot_prep(self):
|
||||
pass
|
||||
|
||||
def buildroot_resume(self):
|
||||
pass
|
||||
|
||||
def buildroot_ready(self, artifacts=None):
|
||||
"""
|
||||
:param artifacts=None : a list of artifacts supposed to be in the buildroot
|
||||
@@ -842,9 +836,6 @@ class CoprModuleBuilder(GenericBuilder):
|
||||
"""
|
||||
return True
|
||||
|
||||
def buildroot_add_dependency(self, dependencies):
|
||||
pass
|
||||
|
||||
def buildroot_add_artifacts(self, artifacts, install=False):
|
||||
"""
|
||||
:param artifacts: list of artifacts to be available or installed
|
||||
|
||||
Reference in New Issue
Block a user