mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-24 08:42:57 +00:00
__init__: accept the distgit_namespaced kwarg to the commands class
This commit is contained in:
parent
0da767d512
commit
05c687c5f4
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@ from pyrpkg import Commands, rpkgError
|
|||
from centos import centos_cert
|
||||
from . import cli
|
||||
|
||||
__version__ = '0.5.0'
|
||||
|
||||
class DistGitDirectory(object):
|
||||
|
||||
signame = None
|
||||
|
@ -91,7 +93,7 @@ class Commands(Commands):
|
|||
def __init__(self, path, lookaside, lookasidehash, lookaside_cgi,
|
||||
gitbaseurl, anongiturl, branchre, kojiconfig,
|
||||
build_client, user=None, dist=None, target=None,
|
||||
quiet=False):
|
||||
quiet=False, distgit_namespaced=False):
|
||||
'''
|
||||
Init the object and some configuration details.
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue