debug
This commit is contained in:
parent
5264a15b25
commit
954588c5ed
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +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
|
||||||
if pubkey is None:
|
if pubkey is None:
|
||||||
keyfile = 'keydir/principals'
|
keyfile = 'keydir/principals'
|
||||||
content = user
|
content = user
|
||||||
|
|
Loading…
Reference in a new issue