From e32363e689cd10534bfebd259de4e1663899f03f Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 29 2017 12:30:11 +0000 Subject: remove deprecated buildFromCVS call Fixes: https://pagure.io/koji/issue/468 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 4fce02b..7ff7098 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -8439,10 +8439,6 @@ def importImageInternal(task_id, build_id, imgdata): class RootExports(object): '''Contains functions that are made available via XMLRPC''' - def buildFromCVS(self, url, tag): - raise koji.FunctionDeprecated() - #return make_task('buildFromCVS',[url, tag]) - def restartHosts(self, priority=5, options=None): context.session.assertPerm('admin') if options is None: