Modify script based on output from last run

Signed-off-by: james02135 <james02135@hotmail.com>
This commit is contained in:
james02135 2024-05-22 16:29:02 +01:00 committed by kevin
parent d366194a22
commit d7132e212c

View file

@ -14,8 +14,8 @@ for basearch in aarch64 ppc64le s390x x86_64
do
for repo in BaseOS AppStream CRB
do
mkdir -p $DESTDIR/$repo/$basearch/os/
cd $DESTDIR/$repo/$basearch/os/
reposync --download-metadata --disablerepo=* --repofrompath=$repo,https://$SERVER/$TOPDIR/$repo/$basearch/os/ --enablerepo=$repo
mkdir -p $DESTDIR/$repo/$basearch
cd $DESTDIR/$repo/$basearch
reposync --download-metadata --disablerepo=* --repofrompath=os,https://$SERVER/$TOPDIR/$repo/$basearch/os/ --enablerepo=os
done
done