-
Notifications
You must be signed in to change notification settings - Fork 16
Add manpages for podman-bootc #82
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
Conversation
Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
|
Looks good, I would steal these scripts from RamaLama and add them to podman-bootc. $ ls hack/xref-helpmsgs-manpages hack/man-page-checker |
|
Then add them to makefile and tests ,to make sure you man pages stay in good shape. |
Thanks for the tip. Think I'll borrow their Makefile for docs too since it looks a lot less hairy than podman's |
Signed-off-by: Martin Skøtt <[email protected]>
Mostly based on what can be found in -h, but now there is something to build upon Signed-off-by: Martin Skøtt <[email protected]>
Also remove some old cruft from the script. Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
|
I'm pretty happy with the state of the man pages now, but I could use a hand with getting the man pages included in the RPM file, as I have never written a spec before |
Give it a try (I'm not an expert either), you just need to add an or if the man is installed by make, just add the man files below we need to do this even with the |
|
Just a minor thing, all the man pages seems to belong to man's section 1 ( |
Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
Correct, I adapted the makefile from ramalama and chose to keep the section 5 bits there for when podman-bootc gains a configuration file |
Hmm I think I prefer to just add what is needed now, because I don't think we will have a conf file in the near future. Moreover, we are working to integrate podman-bootc into podman, so in the case we do need a conf file, it will be part of podman. |
Signed-off-by: Martin Skøtt <[email protected]>
Signed-off-by: Martin Skøtt <[email protected]>
|
Although CI is failing due to issues with |
I have started writing man pages for podman-bootc using Podman's man pages as a template.
Still a work in progress, but opening the pull request early to attract input and comments from others.