Merge "Use copy-links when collecting logs"

This commit is contained in:
Zuul 2019-05-17 18:56:51 +00:00 committed by Gerrit Code Review
commit 92ec4590c7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
export WORKING_DIR=${WORKING_DIR:-$(pwd)}
export TESTING_HOME=${TESTING_HOME:-$HOME}
export RSYNC_CMD="rsync --archive --safe-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace"
export RSYNC_CMD="rsync --archive --copy-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace"
# NOTE(cloudnull): This is a very simple list of common directories in /etc we
# wish to search for when storing gate artifacts. When adding