diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-10 14:53:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-10 14:53:34 +0100 |
commit | b58f7c1e3c239b7304dd759c6ecde5732feb025f (patch) | |
tree | cec4f6634fe6af08a6aa91e8aad836c8bb7bd335 /mkallrepo | |
parent | a3d7e68fe86c66e3716b11f4bb36fcd22b8930ab (diff) |
F38 helpers
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |