local mockbuilds now work as defined by upstream rpkg

This commit is contained in:
Brian Stinson 2014-07-05 05:01:24 -05:00 committed by Johnny Hughes
parent 6ba768ab15
commit b7b95ab85d

View file

@ -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")