-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Don't create ~/.config after removing storage.conf #7519
Don't create ~/.config after removing storage.conf #7519
Conversation
LGTM git commit -a --amend -s |
LGTM |
Fixes containers#7509. There is no need to create a ~/.config directory now that ~/.config/containers/storage.conf is not created automatically. Podman has no use for it if it does not exist already. Signed-off-by: jjzmajic <[email protected]>
69bd668
to
7cb0bf0
Compare
Sorry about that @rhatdan, @TomSweeneyRedHat. Better now? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jjzmajic, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rhatdan, @TomSweeneyRedHat, quick question: We need to package a new version of podman and I figured this fix might as well be included since we're not in a rush. Best guess as to when the next patch version of podman will be released? |
I'm expecting that we'll start preparing RCs for Podman 2.1.0 next week,
with the release to follow some time after (depends on how stable the RCs
are)
…On Wed, Sep 2, 2020, 22:33 jjzmajic ***@***.***> wrote:
Quick question: We need to package a new version of podman and I figured
this fix might as well be included since we're not in a rush. Best guess as
to when the next patch version of podman will be released?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCHZ2H7ST4JYUHSNW6DSD36A7ANCNFSM4QRQX6EQ>
.
|
Ohhh, didn't know you were getting ready to bump the minor version too. Thanks @mheon! Best of luck! |
Fixes #7509. There is no need to create a ~/.config directory now that
~/.config/containers/storage.conf is not created automatically. Podman
has no use for it if it does not exist already.