-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fixes: #27538 copy file with archive argument #27633
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Oleksandr Krutko <[email protected]>
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: arsenalzp The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hello, |
|
Cockpit tests failed for commit eca38f9. @martinpitt, @jelly, @mvollmer please check. |
|
I checked the code. You cannot make changes directly in the vendor directory. You need to make that change in Buildah first, and then vendor the new changes into Podman. Also, I am not sure about changing the default value of that flag. |
Hello, |
| @@ -451,6 +451,7 @@ type PutOptions struct { | |||
| NoOverwriteDirNonDir bool // instead of quietly overwriting directories with non-directories, return an error | |||
| NoOverwriteNonDirDir bool // instead of quietly overwriting non-directories with directories, return an error | |||
| Rename map[string]string // rename items with the specified names, or under the specified names | |||
| UserlessContainer bool // indicates userless container | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The godoc should describe the flag's effect, not the case it's built for. As written, it's not clear what behavior the caller should expect.
|
I don't think you need to dig into the It then needs to account for the fact that One approach: in
|
Hello, @Luap99 mentioned here that the |
Fixes #27538
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
commits. (
git commit -s). (If needed, usegit commit -s --amend). The author email must matchthe sign-off email address. See CONTRIBUTING.md
for more information.
Fixes: #27538in commit message (if applicable)make validatepr(format/lint checks)Noneif no user-facing changes)Does this PR introduce a user-facing change?