summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkallrepo b/mkallrepo
index 6a332a3..16b24a8 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -11,6 +11,8 @@ cd /home/rpmbuild/site/rpms
for dep in fedora/{26,27,28,29,30}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp}
do
+ [[ $dep =~ /modular ]] && continue
+
arch=${dep##*/}
LST=""
@@ -91,6 +93,8 @@ fi
for dep in SRPMS fedora/{26,27,28,29,30}/*/{i386,x86_64} enterprise/{6,7,8}/*/{i386,x86_64,armhfp}
do
+ [[ $dep =~ /modular ]] && continue
+
if [ -d $dep/repodata -a $dep -nt $dep/repodata -a ! -f $dep/.closed ]
then echo "== Actualisation de $dep =="
pushd $dep