remove deprecated BuildRoot.scrub()
Fixes: https://pagure.io/koji/issue/854
This commit is contained in:
parent
1930a11f08
commit
0dafaa7440
1 changed files with 0 additions and 4 deletions
|
|
@ -681,10 +681,6 @@ class BuildRoot(object):
|
|||
self.expire()
|
||||
raise koji.BuildrootError('error building Maven package, %s' % self._mockResult(rv, logfile='root.log'))
|
||||
|
||||
def scrub(self):
|
||||
"Non-mock implementation of clean"
|
||||
raise koji.FunctionDeprecated("no longer needed and deprecated. use clean()")
|
||||
|
||||
def markExternalRPMs(self, rpmlist):
|
||||
"""Check rpms against pkgorigins and add external repo data to the external ones
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue