Merge pull request #6374 from rhatdan/build1
Turn on the podman-commands script to verify man pages
This commit is contained in:
commit
6cc323cb78
|
|
@ -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}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue