From 7c9b04ea11696d9826bb89631d1cf9f8ba47adbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jan 2024 11:45:05 +0100 Subject: clean --- mkallrepo | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mkallrepo b/mkallrepo index 5758e09..d4516eb 100755 --- a/mkallrepo +++ b/mkallrepo @@ -45,12 +45,9 @@ if [ -s $TMPSIG ]; then # 2018 grep el8 $TMPSIG > $TMPSIG2018 # 2021 - grep fc34 $TMPSIG > $TMPSIG2021 - grep fc35 $TMPSIG >> $TMPSIG2021 - grep el9 $TMPSIG >> $TMPSIG2021 + grep el9 $TMPSIG > $TMPSIG2021 # 2022 - grep fc36 $TMPSIG > $TMPSIG2022 - grep fc37 $TMPSIG >> $TMPSIG2022 + grep fc37 $TMPSIG > $TMPSIG2022 # 2023 grep fc38 $TMPSIG > $TMPSIG2023 grep fc39 $TMPSIG >> $TMPSIG2023 @@ -117,7 +114,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{36,37,38,39}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{37,38,39}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue -- cgit