[CentOS-devel] [PATCH 4/4] local mockbuilds now work as defined by upstream rpkg
Brian Stinson
bstinson at ksu.edu
Sat Jul 5 04:49:00 UTC 2014
---
src/centpkg/__init__.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py
index 37dbe83..64289e4 100644
--- a/src/centpkg/__init__.py
+++ b/src/centpkg/__init__.py
@@ -228,9 +228,6 @@ class Commands(pyrpkg.Commands):
def mock_config(self, *args, **kwargs):
raise NotImplementedError("This command is not yet implemented in centpkg")
- def mockbuild(self, *args, **kwargs):
- raise NotImplementedError("This command is not yet implemented in centpkg")
-
def upload(self, *args, **kwargs):
raise NotImplementedError("This command is not yet implemented in centpkg")
--
1.7.1
More information about the CentOS-devel
mailing list