Merge "Default site commands to --no-decrypt"

This commit is contained in:
Zuul 2020-01-15 16:42:07 +00:00 committed by Gerrit Code Review
commit 9d152ae73b
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ def lint_repo(*, fail_on_missing_sub_src, exclude_lint, warn_lint):
@click.option(
'--decrypt/--no-decrypt',
'decrypt_repos',
default=True,
default=False,
help='Automatically attempts to decrypt repositories before executing '
'the command. Decryption will happen after repositories are copied to '
'the temporary directory created by pegleg or the user specified '

View File

@ -50,7 +50,7 @@ def run_config(
repo_username,
extra_repositories,
run_umask=True,
decrypt_repos=True):
decrypt_repos=False):
"""Initializes pegleg configuration data
:param site_repository: path or URL for site repository