aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-03-14 11:07:05 -0400
committerChris Evich <cevich@redhat.com>2019-03-21 10:47:27 -0400
commitbb068e46f02c8244af00bd8beb4b70e95fb9e311 (patch)
tree47bc37a752430461b920301776b2ed8ad9c2e0b4 /contrib
parentb83d05722f0233e7b0929602da1b4ebf3fc47dce (diff)
downloadpodman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.tar.gz
podman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.tar.bz2
podman-bb068e46f02c8244af00bd8beb4b70e95fb9e311.zip
Cirrus: Verify manpages for all subcommands exist
fixes #2630 Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-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 "$@"