summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-19 10:57:41 +0100
committerRemi Collet <remi@php.net>2024-11-19 10:57:41 +0100
commitdf49bfd377f9a0e7402e2ffb4770a2f3ab2648ed (patch)
tree0c2f5894d0aa89163774e546b32f90c0fe10aa62 /mkallrepo
parent4e47b1c4178d91d211ac87d41d859b6c8f6568c8 (diff)
EL-10 helpers
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkallrepo b/mkallrepo
index fd8d76d..cd23483 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -10,7 +10,7 @@ TMPSIG2024=$(mktemp -t XXXXXXXX.2024)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{39,40,41}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
+for dep in fedora/{39,40,41}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue
@@ -51,6 +51,7 @@ if [ -s $TMPSIG ]; then
grep src.rpm $TMPSIG > $TMPSIG2024
grep fc40 $TMPSIG >> $TMPSIG2024
grep fc41 $TMPSIG >> $TMPSIG2024
+ grep el10 $TMPSIG >> $TMPSIG2024
if [ -s $TMPSIG2024 ]; then
echo "== Signature des $(cat $TMPSIG2024 | wc -l) nouveaux RPM (2024) =="
@@ -105,7 +106,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{39,40,41}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
+for dep in SRPMS fedora/{39,40,41}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue