From b7b95ab85d3ca196f87542379fad0ab48dc6f9a9 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jul 05 2014 10:01:24 +0000 Subject: local mockbuilds now work as defined by upstream rpkg --- diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index 21a6e2a..1446812 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -231,9 +231,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")