summaryrefslogtreecommitdiff
path: root/contrib/gate
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-27 06:45:07 -0700
committerGitHub <noreply@github.com>2019-03-27 06:45:07 -0700
commitaba3a8423682635f98e4e3fd4d9a3e5a36667aeb (patch)
tree177dc9dc44101d3ae9669022d46504150baf3d24 /contrib/gate
parentfcbca91dca6d958681505569a74cf5739b9cacdc (diff)
parentbb068e46f02c8244af00bd8beb4b70e95fb9e311 (diff)
downloadpodman-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-xcontrib/gate/entrypoint.sh2
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 "$@"