-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[NO TESTS NEEDED] Vendor in containers/buildah v1.20.0 #9821
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
LGTM |
1 similar comment
LGTM |
/lgtm |
Sorry about that. This is the downside of bud-under-podman. Suggested diff (it looks complicated, it's not. Most of it is git-sha-change noise. The critical part is the "emergency skip" near the end. [EDIT: just download the diff, apply it in your tree, commit, and resubmit.] |
Darn it; looks like git automatically reintroduces the @#$%^ trailing whitespace that my script works so hard to remove.I really despise git some days. @rhatdan, please try: $ sed -i -e 's/ \+$//' test/buildah-bud/buildah-tests.diff
$ vim !$
[go to bottom of file, and remove the empty last line] I'm really sorry for the hassle. |
I tried it by hand. BTW I have no idea why this new test was failing by podman. But we are in a bit of a rush to get podman 3.1 released. |
I know; that's why I'm hanging out here on my day off. Fingers crossed. |
Drat. I think hand-editing the .diff broke something:
|
@rhatdan I'm confused: the string "emergency" (from my emergency patch) does not appear in the diffs I'm looking at; and in fact the SHA in your diff is different than mine. Did you do anything other than (1) apply my diff to your podman working directory, then (2) hand-edit to remove trailing whitespace? Like, did you somehow run |
Signed-off-by: Daniel J Walsh <[email protected]>
FWIW the patch applies cleanly on my end. I have not run the full bud test suite, but I do believe this patch will apply and tests will pass. (Assuming no veth flakes). Fingers crossed. |
Restarted flake (#9833, the podman-remote race condition). bud is in progress. Fingers still crossed... |
/lgtm |
Signed-off-by: Daniel J Walsh [email protected]