[grobi] Take out verbose cp. Will need to cut out other verbosity elsewhere later
This commit is contained in:
parent
1bb9476f78
commit
bc275840e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue