mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #6374 from rhatdan/build1
Turn on the podman-commands script to verify man pages
This commit is contained in:
@ -134,8 +134,7 @@ gating_task:
|
|||||||
# not break. It also verifies all sub-commands have man pages.
|
# not break. It also verifies all sub-commands have man pages.
|
||||||
build_script:
|
build_script:
|
||||||
- '/usr/local/bin/entrypoint.sh podman |& ${TIMESTAMP}'
|
- '/usr/local/bin/entrypoint.sh podman |& ${TIMESTAMP}'
|
||||||
# FIXME
|
- 'cd $GOSRC && ./hack/podman-commands.sh |& ${TIMESTAMP}'
|
||||||
#- 'cd $GOSRC && ./hack/podman-commands.sh |& ${TIMESTAMP}'
|
|
||||||
# N/B: need 'clean' so some committed files are re-generated.
|
# N/B: need 'clean' so some committed files are re-generated.
|
||||||
- '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}'
|
- '/usr/local/bin/entrypoint.sh clean podman-remote |& ${TIMESTAMP}'
|
||||||
- '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}'
|
- '/usr/local/bin/entrypoint.sh clean podman xref_helpmsgs_manpages BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp" |& ${TIMESTAMP}'
|
||||||
|
Reference in New Issue
Block a user