diff options
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,7 +11,7 @@ TMPSIG2025=$(mktemp -t XXXXXXXX.2025) cd /home/rpmbuild/site/rpms -for dep in fedora/{39,40,41}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64} +for dep in fedora/{41,42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue @@ -52,11 +52,12 @@ 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 + grep fc42 $TMPSIG >> $TMPSIG2025 + grep fc43 $TMPSIG >> $TMPSIG2025 if [ -s $TMPSIG2025 ]; then echo "== Signature des $(cat $TMPSIG2025 | wc -l) nouveaux RPM (2025) ==" @@ -118,7 +119,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/{8,9,10}/*/{x86_64,aarch64} +for dep in SRPMS fedora/{41,42,43}/*/{i386,x86_64,aarch64} enterprise/{8,9,10}/*/{x86_64,aarch64} do [[ $dep =~ /modular ]] && continue [[ $dep =~ /debug-modular ]] && continue |