diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-27 06:45:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 06:45:07 -0700 |
commit | aba3a8423682635f98e4e3fd4d9a3e5a36667aeb (patch) | |
tree | 177dc9dc44101d3ae9669022d46504150baf3d24 /contrib/gate | |
parent | fcbca91dca6d958681505569a74cf5739b9cacdc (diff) | |
parent | bb068e46f02c8244af00bd8beb4b70e95fb9e311 (diff) | |
download | podman-aba3a8423682635f98e4e3fd4d9a3e5a36667aeb.tar.gz podman-aba3a8423682635f98e4e3fd4d9a3e5a36667aeb.tar.bz2 podman-aba3a8423682635f98e4e3fd4d9a3e5a36667aeb.zip |
Merge pull request #2648 from cevich/check_manpages
Cirrus: Verify manpages for all subcommands exist
Diffstat (limited to 'contrib/gate')
-rwxr-xr-x | contrib/gate/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gate/entrypoint.sh b/contrib/gate/entrypoint.sh index e16094cc0..0189cf7c5 100755 --- a/contrib/gate/entrypoint.sh +++ b/contrib/gate/entrypoint.sh @@ -10,6 +10,6 @@ # Working from a copy avoids needing to perturb the actual source files mkdir -p "$GOSRC" /usr/bin/rsync --recursive --links --quiet --safe-links \ - --perms --times "${SRCPATH}/" "${GOSRC}/" + --perms --times --delete "${SRCPATH}/" "${GOSRC}/" cd "$GOSRC" make "$@" |