summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-20 14:13:01 +0200
committerRemi Collet <remi@php.net>2024-08-20 14:13:01 +0200
commit518831e5bcbc6cb2c73accf304cca9d8768a2087 (patch)
treeea62bc4ca6103088e3cbd874b48b25fc2ba35be8 /mkallrepo
parent994c2d5649ba4a4768ac2ad327ac773e0bf32997 (diff)
F38 is closed
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo7
1 files changed, 3 insertions, 4 deletions
diff --git a/mkallrepo b/mkallrepo
index 7a28747..434ab0a 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -10,7 +10,7 @@ TMPSIG2024=$(mktemp -t XXXXXXXX.2024)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{38,39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
+for dep in fedora/{39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue
@@ -46,8 +46,7 @@ if [ -s $TMPSIG ]; then
# 2021
grep el9 $TMPSIG > $TMPSIG2021
# 2023
- grep fc38 $TMPSIG > $TMPSIG2023
- grep fc39 $TMPSIG >> $TMPSIG2023
+ grep fc39 $TMPSIG > $TMPSIG2023
# 2024
grep src.rpm $TMPSIG > $TMPSIG2024
grep fc40 $TMPSIG >> $TMPSIG2024
@@ -105,7 +104,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{38,39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
+for dep in SRPMS fedora/{39,40}/*/{i386,x86_64,aarch64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue