mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
enable the default mock-config method
This commit is contained in:
parent
1fe6e4da57
commit
283e9510d6
1 changed files with 0 additions and 2 deletions
|
@ -282,8 +282,6 @@ class Commands(Commands):
|
|||
def lint(self, *args, **kwargs):
|
||||
raise NotImplementedError("lint is not yet implemented in centpkg")
|
||||
|
||||
def mock_config(self, *args, **kwargs):
|
||||
raise NotImplementedError("mock_config command is not yet implemented in centpkg")
|
||||
|
||||
def upload(self, *args, **kwargs):
|
||||
raise NotImplementedError("upload is not yet implemented in centpkg")
|
||||
|
|
Loading…
Add table
Reference in a new issue