Commit 4ab0383e authored by Matthias Putz's avatar Matthias Putz

smaller bugfix in gpg setup

parent 7486c3ba
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
* Tracing: set environment variable * Tracing: set environment variable
export REPO_TRACE=1 export REPO_TRACE=1
# repo functionality # repo functionality
## handling external config: repo/.git and repo.git/ ## handling external config: repo/.git and repo.git/
......
...@@ -204,6 +204,7 @@ def _Init(args): ...@@ -204,6 +204,7 @@ 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