Commit b61a606d authored by Matthias Putz's avatar Matthias Putz

if https url given, upload to https (no switch to ssh) + fixes

parent a7e3f57b
...@@ -204,7 +204,6 @@ def _Init(args): ...@@ -204,7 +204,6 @@ def _Init(args):
dst = os.path.abspath(os.path.join(repodir, S_repo)) dst = os.path.abspath(os.path.join(repodir, S_repo))
_Clone(url, dst, opt.quiet) _Clone(url, dst, opt.quiet)
print(opt.no_repo_verify)
if can_verify and not opt.no_repo_verify: if can_verify and not opt.no_repo_verify:
rev = _Verify(dst, branch, opt.quiet) rev = _Verify(dst, branch, opt.quiet)
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment