diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-14 16:33:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-14 16:33:04 +0100 |
commit | e2947a77f2c1d303eaaaee24df3af4ba4b502238 (patch) | |
tree | 0a6a0cffc09c1cd3f84480a4857f4b92ac6ed28b /mkallrepo | |
parent | bd6af7b5ad00dfc8f967fca77fcb8c99f2ad8745 (diff) |
F40 helpers
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,7 +10,7 @@ TMPSIG2024=$(mktemp -t XXXXXXXX.2024) cd /home/rpmbuild/site/rpms -for dep in fedora/{38,39}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in fedora/{38,39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue @@ -50,6 +50,7 @@ if [ -s $TMPSIG ]; then grep fc39 $TMPSIG >> $TMPSIG2023 # 2024 grep src.rpm $TMPSIG > $TMPSIG2024 + grep fc40 $TMPSIG >> $TMPSIG2024 if [ -s $TMPSIG2024 ]; then echo "== Signature des $(cat $TMPSIG2024 | wc -l) nouveaux RPM (2024) ==" @@ -104,7 +105,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{38,39}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} +for dep in SRPMS fedora/{38,39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue |