From a625bc89a1ff847f31e035be77890a694437f712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Wed, 9 Nov 2016 05:50:20 +0100 Subject: [PATCH] Remove outdated methods --- module_build_service/builder.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/module_build_service/builder.py b/module_build_service/builder.py index 0ed77aed..6c3ac639 100644 --- a/module_build_service/builder.py +++ b/module_build_service/builder.py @@ -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