Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add config option to specify where generated files should be dumped #250

Merged
merged 3 commits into from
Aug 25, 2015

Conversation

erikjohnston
Copy link
Member

No description provided.

@@ -145,6 +145,12 @@ def load_config(cls, description, argv, generate_section=None):
help="Generate any missing key files then exit"
)
config_parser.add_argument(
"--generated-directory",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if "generated-keys-directory" or something would be a better name.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions welcome?

"--generated-directory",
metavar="DIRECTORY",
help="Used with 'generate-*' options to specify where generated"
" files (such as certs and signing keys) should be stored."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth saying that if the location of a key file is explicitly given in the config then that location will be used.

@NegativeMjark
Copy link
Contributor

LGTM

erikjohnston added a commit that referenced this pull request Aug 25, 2015
Add config option to specify where generated files should be dumped
@erikjohnston erikjohnston merged commit 0de2aad into release-v0.10.0 Aug 25, 2015
@erikjohnston erikjohnston deleted the erikj/generated_directory branch September 10, 2015 09:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants