summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mkallrepo')
-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 =="