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

[Backport][ipa-4-7] Use expanduser instead of HOME env var #2788

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Jan 29, 2019

Manual backport of first commit from PR #2755

The HOME directory may not be available in containers. It's also the
wrong variable on some platforms. Use os.path.expanduser() instead of
HOME.

Fixes: https://pagure.io/freeipa/issue/7837
Signed-off-by: Christian Heimes cheimes@redhat.com

The HOME directory may not be available in containers. It's also the
wrong variable on some platforms. Use os.path.expanduser() instead of
HOME.

Fixes: https://pagure.io/freeipa/issue/7837
Signed-off-by: Christian Heimes <cheimes@redhat.com>
@tiran tiran added ack Pull Request approved, can be merged re-run Trigger a new run of PR-CI labels Jan 29, 2019
@freeipa-pr-ci freeipa-pr-ci removed the re-run Trigger a new run of PR-CI label Jan 29, 2019
@rcritten rcritten added the pushed Pull Request has already been pushed label Jan 29, 2019
@rcritten
Copy link
Contributor

ipa-4-7:

  • b8522da Use expanduser instead of HOME env var

@rcritten rcritten closed this Jan 29, 2019
@tiran tiran deleted the backport_pr2755_ipa-4-7 branch March 29, 2019 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
3 participants