summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-05 16:59:24 +0100
committerRemi Collet <remi@php.net>2021-11-05 16:59:24 +0100
commit3ebec349b0100333c93fda9cbb6afe04e1b006a8 (patch)
tree496184402318a6839bde5c756ad3eda8776b37ef /mkallrepo
parent046acb1a031b2ad7d10cfe99130b3b3ce6c4c7ba (diff)
EL-9 helpers
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkallrepo b/mkallrepo
index bcd6bb5..b76ea02 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -10,7 +10,7 @@ TMPSIG2021=$(mktemp -t XXXXXXXX.2021)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{33,34,35}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp,aarch64}
+for dep in fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue
@@ -49,6 +49,7 @@ if [ -s $TMPSIG ]; then
# 2021
grep fc34 $TMPSIG > $TMPSIG2021
grep fc35 $TMPSIG >> $TMPSIG2021
+ grep el9 $TMPSIG >> $TMPSIG2021
grep src.rpm $TMPSIG >> $TMPSIG2021
if [ -s $TMPSIG2021 ]; then
@@ -104,7 +105,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{33,34,35}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp,aarch64}
+for dep in SRPMS fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue