Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customizing keystore path with KEYSTORE_PATH environment variable #1045

Merged

Conversation

pdecat
Copy link
Contributor

@pdecat pdecat commented Oct 13, 2020

This PR allows to customize the path to the keystore used to sign release packages with a KEYSTORE_PATH environment variable.

I used to have a symlink from app/release_keystore.keystore to my local keystore file, but every once in a while, I commit that symlink into git...

Another option would be to add app/release_keystore.keystore to .gitignore but adding an environment variable fits well with the other aleady available variables (KEYSTORE_PASSWORD, KEYSTORE_ALIAS and KEYSTORE_ALIAS_PASSWORD).

@JBassett JBassett merged commit 44362d8 into home-assistant:master Oct 14, 2020
@pdecat pdecat deleted the allow_customizing_keystore_path branch October 14, 2020 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants