-
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
[CI:DOCS] Man pages: refactor common options: --ipc #15453
[CI:DOCS] Man pages: refactor common options: --ipc #15453
Conversation
This is not an easy one to review, sorry. I went with the version from podman-create. The differences against podman-run are subtle: apostrophes, whitespace, and the arg description in the '####' line. Suggestion for review: run hack/markdown-preprocess-review, then after you finish with that, cd /tmp/markdown<TAB>/ipc and use your favorite two-file diff tool to compare podman-run* against zzz*. I did not even try to combine the podman-build one; that one is too different. Signed-off-by: Ed Santiago <[email protected]>
The podman-build version, for comparison: podman/docs/source/markdown/podman-build.1.md.in Lines 323 to 330 in 1bccead
|
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.
LGTM
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, rhatdan, vrothberg 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 |
EPIPELINEEMPTY. I had a stash of these queued up for submitting one by one, but this is the last one, and I'm too busy on other things to work on the next ones! #firstworldproblems |
What are these new |
Did we miss this earlier ? |
Merge collision, #15444 |
bumped dist-git spec files to account for |
@cevich looks like packit has much better status reporting in github UI compared to other tests. |
So, that's what took me so long to review yesterday, and why I didn't finish. I was trying to figure out all the implications of cross-depending github and dist-git. I still don't think I understand it all, but ISTM that we can get into situations in which CI is deadlocked waiting for you to update dist-git; and then if you do update dist-git, other in-flight PRs will fail? I need to draw a full diagram. |
@mheon there's a new |
AFAICT, the current packit jobs will fail if:
|
ugh, didn't notice the new file path |
You mean the thing where it goes into spinning-yellow-circle when the test restarts, instead of red-X? Yeah, that REALLY irks me about Cirrus! And packit shows that it's possible to do it correctly! |
Given the new file is /usr/lib/*user-*tmpfiles.d/podman-docker.conf, it can't be included in dist-git AFAICT, unless I do some unholy wildcarding. So, let's ignore packit failures. I don't think it should block from auto-merging. |
I'll check with packit people if they have any alternatives for this issue. |
Meaning, #15444 violates FHS? If so, can you submit a podman PR to fix it, or tell me how to do so? |
Nope, my bad. I do see systemd mention that path. I fixed spec file in the wrong place. Let me make a quick change and give it 1 last try. |
This has merged, but I'm quite sure the problem is affecting all other in-flight PRs. |
I pushed another spec file update to account for that path, correctly :D . Can you rerun the failures you see please? |
This is not an easy one to review, sorry.
I went with the version from podman-create. The differences
against podman-run are subtle: apostrophes, whitespace, and
the arg description in the '####' line. Suggestion for review:
run hack/markdown-preprocess-review, then after you finish
with that, cd /tmp/markdown/ipc and use your favorite
two-file diff tool to compare podman-run* against zzz*.
I did not even try to combine the podman-build one; that one
is too different.
Signed-off-by: Ed Santiago [email protected]