Merge "Use copy-links when collecting logs"

This commit is contained in:
Zuul 2019-04-14 01:59:47 +00:00 committed by Gerrit Code Review
commit 3e990058ce
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export RUN_ARA=${RUN_ARA:-false}
export TESTING_HOME=${TESTING_HOME:-$HOME} export TESTING_HOME=${TESTING_HOME:-$HOME}
export TS=$(date +"%H-%M-%S") export TS=$(date +"%H-%M-%S")
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 # NOTE(cloudnull): This is a very simple list of common directories in /etc we
# wish to search for when storing gate artifacts. When adding # wish to search for when storing gate artifacts. When adding