From b58f7c1e3c239b7304dd759c6ecde5732feb025f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Feb 2023 14:53:34 +0100 Subject: F38 helpers --- mkallrepo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkallrepo') diff --git a/mkallrepo b/mkallrepo index 0f76a8b..016616d 100755 --- a/mkallrepo +++ b/mkallrepo @@ -10,7 +10,7 @@ TMPSIG2023=$(mktemp -t XXXXXXXX.2023) cd /home/rpmbuild/site/rpms -for dep in fedora/{34,35,36,37}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in fedora/{34,35,36,37,38}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue @@ -52,6 +52,7 @@ if [ -s $TMPSIG ]; then grep fc37 $TMPSIG >> $TMPSIG2022 # 2023 grep src.rpm $TMPSIG > $TMPSIG2023 + grep fc38 $TMPSIG >> $TMPSIG2023 if [ -s $TMPSIG2023 ]; then echo "== Signature des $(cat $TMPSIG2023 | wc -l) nouveaux RPM (2023) ==" @@ -106,7 +107,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{34,35,36,37}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{34,35,36,37,38}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue -- cgit