From a625bc89a1ff847f31e035be77890a694437f712 Mon Sep 17 00:00:00 2001 From: Jakub Kadlčík Date: Nov 10 2016 18:27:46 +0000 Subject: Remove outdated methods --- diff --git a/module_build_service/builder.py b/module_build_service/builder.py index 0ed77ae..6c3ac63 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