summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-30 16:47:02 +0100
committerRemi Collet <remi@php.net>2021-11-30 16:47:02 +0100
commitfe87733194b33a84e9620e745f7a6d4bd8d5ff5c (patch)
tree74b8d4770a289035028d216cda1887dc783f52b4
parent43391b84b3d4735455d1d9cb5aea38f4ac57bedf (diff)
also skip debug-modular
-rwxr-xr-xmkallrepo2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkallrepo b/mkallrepo
index b76ea02..49e6e93 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -13,6 +13,7 @@ cd /home/rpmbuild/site/rpms
for dep in fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue
+ [[ $dep =~ /debug-modular ]] && continue
arch=${dep##*/}
@@ -108,6 +109,7 @@ fi
for dep in SRPMS fedora/{33,34,35}/*/{i386,x86_64} enterprise/{7,8,9}/*/{i386,x86_64,armhfp,aarch64}
do
[[ $dep =~ /modular ]] && continue
+ [[ $dep =~ /debug-modular ]] && continue
if [ -d $dep/repodata -a $dep -nt $dep/repodata -a ! -f $dep/.closed ]
then echo "== Actualisation de $dep =="