Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [WIP] Refactor podman system connection | Jhon Honce | 2020-07-22 |
| | | | | | | | | | | | | * Add support to manage multiple connections * Add connection * Remove connection * Rename connection * Set connection as default * Add markdown/man pages * Fix recursion in hack/xref-helpmsgs-manpages Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | Attempt to turn on additional build tests | Daniel J Walsh | 2020-05-22 |
| | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | New test: man page cross-ref against --help | Ed Santiago | 2020-03-18 |
New hack/xref-helpmsgs-manpages script, added to CI 'gate' task, runs 'podman [subcommand] --help' and cross-references against man pages in docs/source/markdown/podman*.1.md See #5453 and #5460 for instances of the problems the script has found. The careful reader will find an alarming number of special-case bypasses. These are a tradeoff I am making: to get perfect coverage with no handwaving, it would be necessary to make drastic changes to some man pages, and I believe those would be counterproductive. Signed-off-by: Ed Santiago <santiago@redhat.com> |