[grobi] make cp non-clobber
This commit is contained in:
parent
2ca15fdb7b
commit
79d6116ace
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ for ARCH in ${ARCHES}; do
|
||||||
# Copy the various module trees into RHEL-8-001 where we want them
|
# Copy the various module trees into RHEL-8-001 where we want them
|
||||||
# to work.
|
# to work.
|
||||||
echo "Moving data to ${ARCH}/RHEL-8-001"
|
echo "Moving data to ${ARCH}/RHEL-8-001"
|
||||||
cp -alr RHEL-8-002/* RHEL-8-001
|
cp -anlr RHEL-8-002/* RHEL-8-001
|
||||||
cp -alr RHEL-8-003/* RHEL-8-001
|
cp -anlr RHEL-8-003/* RHEL-8-001
|
||||||
# Go into the main tree
|
# Go into the main tree
|
||||||
pushd RHEL-8-001
|
pushd RHEL-8-001
|
||||||
# Go into its non_modular subtree and update its repo as its data
|
# Go into its non_modular subtree and update its repo as its data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue