[CentOS-devel] [PATCH 4/4] local mockbuilds now work as defined by upstream rpkg
Brian Stinson
bstinson at ksu.eduSat Jul 5 04:49:00 UTC 2014
- Previous message: [CentOS-devel] [PATCH 3/4] Redefine the "target" used for mock and koji builds.
- Next message: [CentOS-devel] Local Mockbuilds (and a bugfix) in Centpkg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
---
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
- Previous message: [CentOS-devel] [PATCH 3/4] Redefine the "target" used for mock and koji builds.
- Next message: [CentOS-devel] Local Mockbuilds (and a bugfix) in Centpkg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS-devel mailing list