remove deprecated BuildRoot.scrub()

Fixes: https://pagure.io/koji/issue/854
This commit is contained in:
Tomas Kopecek 2018-05-07 09:56:08 +02:00 committed by Mike McLean
parent 1930a11f08
commit 0dafaa7440

View file

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