diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-09 11:45:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-09 11:45:05 +0100 |
commit | 7c9b04ea11696d9826bb89631d1cf9f8ba47adbd (patch) | |
tree | 11a1529c2817fe1cdd6387bfd288cd6e368525ad /mkallrepo | |
parent | 9cfb695d65eb3dc272233048061590af54b57fe1 (diff) |
clean
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |