diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-30 16:47:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-30 16:47:02 +0100 |
commit | fe87733194b33a84e9620e745f7a6d4bd8d5ff5c (patch) | |
tree | 74b8d4770a289035028d216cda1887dc783f52b4 /mkallrepo | |
parent | 43391b84b3d4735455d1d9cb5aea38f4ac57bedf (diff) |
also skip debug-modular
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ==" |