debug
This commit is contained in:
parent
954588c5ed
commit
e9fd563ccf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def ssh_extract_user(pubkey):
|
||||||
raise InsecureSSHKeyUsername(repr(user))
|
raise InsecureSSHKeyUsername(repr(user))
|
||||||
|
|
||||||
def initial_commit(git_dir, cfg, pubkey, user):
|
def initial_commit(git_dir, cfg, pubkey, user):
|
||||||
print user pubkey
|
log.info('User:', user)
|
||||||
if pubkey is None:
|
if pubkey is None:
|
||||||
keyfile = 'keydir/principals'
|
keyfile = 'keydir/principals'
|
||||||
content = user
|
content = user
|
||||||
|
|
Loading…
Reference in a new issue