From 3ffbe4e6c5dea3740f440c5b30989cde4c05998f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Aug 2022 16:27:00 +0200 Subject: -f34, +f37 --- mkallrepo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkallrepo') diff --git a/mkallrepo b/mkallrepo index 79abb6d..9ba5151 100755 --- a/mkallrepo +++ b/mkallrepo @@ -9,7 +9,7 @@ TMPSIG2022=$(mktemp -t XXXXXXXX.2022) cd /home/rpmbuild/site/rpms -for dep in fedora/{34,35,36}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in fedora/{34,35,36,37}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue @@ -48,6 +48,7 @@ if [ -s $TMPSIG ]; then grep el9 $TMPSIG >> $TMPSIG2021 # 2022 grep fc36 $TMPSIG > $TMPSIG2022 + grep fc37 $TMPSIG >> $TMPSIG2022 grep src.rpm $TMPSIG >> $TMPSIG2022 if [ -s $TMPSIG2022 ]; then @@ -96,7 +97,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{34,35,36}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{34,35,36,37}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue -- cgit