diff options
-rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -525,6 +525,9 @@ def _Init(args, gitc_init=False): | |||
525 | try: | 525 | try: |
526 | if not opt.repo_verify: | 526 | if not opt.repo_verify: |
527 | do_verify = False | 527 | do_verify = False |
528 | print('repo: warning: verification of repo code has been disabled;\n' | ||
529 | 'repo will not be able to verify the integrity of itself.\n', | ||
530 | file=sys.stderr) | ||
528 | else: | 531 | else: |
529 | if NeedSetupGnuPG(): | 532 | if NeedSetupGnuPG(): |
530 | do_verify = SetupGnuPG(opt.quiet) | 533 | do_verify = SetupGnuPG(opt.quiet) |