summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-15 15:24:37 +0100
committerRemi Collet <remi@remirepo.net>2018-01-15 15:24:37 +0100
commit2078d064f95c1f738576f8ccfaf3b3ac21bfb0d4 (patch)
tree7aaa8c06966ca1f96f39ab8eaff4e3919e6b5a20 /mkallrepo
parent5c337af7fff401e742a274bdfc181c38523de67c (diff)
also populate armhfp repo (EL-7) - bis
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkallrepo b/mkallrepo
index b726da1..8710c01 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -9,7 +9,7 @@ TMPSIG3=$(mktemp)
cd /home/rpmbuild/site/rpms
#for dep in *.{i386,ppc,ppc64,x86_64} fedora/*/*/{i386,ppc,ppc64,x86_64}
-for dep in fedora/{23,24,25,26,27}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64}
+for dep in fedora/{23,24,25,26,27}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64,armhfp}
do
arch=${dep##*/}
@@ -79,7 +79,7 @@ else echo "Rien à lier."
fi
#for dep in *.{i386,ppc,ppc64,x86_64} fedora/*/*/{i386,ppc,ppc64,x86_64}
-for dep in SRPMS fedora/{23,24,25,26,27}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64}
+for dep in SRPMS fedora/{23,24,25,26,27}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64,armhfp}
do
if [ -d $dep/repodata -a $dep -nt $dep/repodata -a ! -f $dep/.closed ]
then echo "== Actualisation de $dep =="