Skip to content

Commit

Permalink
Update for pyrpkg changes
Browse files Browse the repository at this point in the history
This change broke rfpkg

"Swtich to using CCColUtils to determine username from krb realms"

https://pagure.io/rpkg/c/14e35c4f4144495a2767a84fd4934fd5c2c9d8ce?branch=master
  • Loading branch information
leigh123linux committed Dec 12, 2016
1 parent 422795f commit c2f3b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfpkg/__init__.py
Expand Up @@ -30,7 +30,7 @@ class Commands(pyrpkg.Commands):
def __init__(self, path, lookaside, lookasidehash, lookaside_cgi,
gitbaseurl, anongiturl, branchre, kojiconfig,
build_client, user=None, dist=None, target=None,
quiet=False, distgit_namespaced=False):
quiet=False, distgit_namespaced=False, realms=None):
"""Init the object and some configuration details."""

# We are subclassing to set kojiconfig to none, so that we can
Expand Down

0 comments on commit c2f3b36

Please sign in to comment.