summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkallrepo b/mkallrepo
index 23e5cb8..e4862ea 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -12,7 +12,7 @@ TMPSIG2026=$(mktemp -t XXXXXXXX.2026)
cd /home/rpmbuild/site/rpms
-for dep in fedora/{42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in fedora/{42,43,44}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue
@@ -59,6 +59,7 @@ if [ -s $TMPSIG ]; then
grep fc43 $TMPSIG >> $TMPSIG2025
# 2026
grep src.rpm $TMPSIG > $TMPSIG2026
+ grep fc44 $TMPSIG >> $TMPSIG2026
if [ -s $TMPSIG2026 ]; then
echo "== Signature des $(cat $TMPSIG2026 | wc -l) nouveaux RPM (2026) =="
@@ -127,7 +128,7 @@ then echo "== Création des liens (noarch) =="
else echo "Rien à lier."
fi
-for dep in SRPMS fedora/{42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
+for dep in SRPMS fedora/{42,43,44}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64}
do
[[ $dep =~ /modular ]] && continue
[[ $dep =~ /debug-modular ]] && continue