From bc275840e43aef40e4b0e9d45cbf45a0561ced75 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 1 Jun 2019 20:56:22 +0000 Subject: [PATCH] [grobi] Take out verbose cp. Will need to cut out other verbosity elsewhere later --- roles/grobisplitter/files/rhel8-split.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/grobisplitter/files/rhel8-split.sh b/roles/grobisplitter/files/rhel8-split.sh index 161bb9c4c5..b25daf48d1 100755 --- a/roles/grobisplitter/files/rhel8-split.sh +++ b/roles/grobisplitter/files/rhel8-split.sh @@ -38,8 +38,8 @@ for ARCH in ${ARCHES}; do # Copy the various module trees into RHEL-8-001 where we want them # to work. echo "Moving data to ${ARCH}/RHEL-8-001" - cp -avlr RHEL-8-002/* RHEL-8-001 - cp -avlr RHEL-8-003/* RHEL-8-001 + cp -alr RHEL-8-002/* RHEL-8-001 + cp -alr RHEL-8-003/* RHEL-8-001 # Go into the main tree pushd RHEL-8-001 # Go into its non_modular subtree and update its repo as its data