-
Notifications
You must be signed in to change notification settings - Fork 33
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
[RFE] check container help file inside image in roff format #100
Comments
I'm +1 on having code in conu which checks whether a help file is present in a container (image). I'm -1 on the code which parses the help file, be it roff or markdown. Maintaining such code is completely infeasible from my PoV. If you have some good arguments here, I would like to hear them. |
@TomasTomecek Yes, checking only presence of help file is fine. And I guess only roff file has to be used in container(image). I would check only sections like:
Some of them are invalid if e.g. environment variables does not exist in Dockerfile or even they are not specified. |
AC: implement basic method for checking existence of help file and for getting help file. Those methods then will be used in external linter or mtf. |
Since #197 help file can be check and obtained using Example:
Can we close the issue or are shortcut methods |
Agreed that this may no longer be needed. |
This will be done in colin user-cont/colin#83 |
Nowadays, MTF uses help.md (Markdown) format for testing some sanity checks.
https://github.com/fedora-modularity/meta-test-family/blob/devel/moduleframework/tools/helpmd_lint.py#L30
https://github.com/fedora-modularity/meta-test-family/blob/devel/moduleframework/helpfile_linter.py
It would be nice to add also possibility for roff format.
MTF will not check roff format in container/image. This is case for conu. Therefore reassigning.
MTF issue is here: fedora-modularity/meta-test-family#138
The text was updated successfully, but these errors were encountered: