summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-04 08:47:40 +0200
committerRemi Collet <remi@php.net>2025-08-04 08:47:40 +0200
commitcc645180fff37dae450dba3082aa5cbfbe0d3bfe (patch)
tree2f0174fd58b68db6a78335e51f0b715eff4f5022 /mkallrepo
parentd1d35d31c8751d854eff582c336d0e6542184d0b (diff)
F40 is closedHEADmaster
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo7
1 files changed, 3 insertions, 4 deletions
diff --git a/mkallrepo b/mkallrepo
index 6710acf..6fbb62c 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -11,7 +11,7 @@ TMPSIG2025=$(mktemp -t XXXXXXXX.2025)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{40,41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in fedora/{41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue
@@ -52,8 +52,7 @@ if [ -s $TMPSIG ]; then
# 2023
grep fc39 $TMPSIG > $TMPSIG2023
# 2024
- grep fc40 $TMPSIG > $TMPSIG2024
- grep fc41 $TMPSIG >> $TMPSIG2024
+ grep fc41 $TMPSIG > $TMPSIG2024
grep el10 $TMPSIG >> $TMPSIG2024
# 2025
grep src.rpm $TMPSIG > $TMPSIG2025
@@ -119,7 +118,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{40,41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in SRPMS fedora/{41,42}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue