From f21af15a64baf356efd62daa3489fcb8ad1a71bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 15:17:30 +0200 Subject: +f29 -f25 --- mkallrepo | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mkallrepo') diff --git a/mkallrepo b/mkallrepo index b530e1d..745d65d 100755 --- a/mkallrepo +++ b/mkallrepo @@ -8,7 +8,7 @@ TMPSIG3=$(mktemp) cd /home/rpmbuild/site/rpms -for dep in fedora/{24,25,26,27,28}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64,armhfp} +for dep in fedora/{24,25,26,27,28,29}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64,armhfp} do arch=${dep##*/} @@ -36,6 +36,7 @@ if [ -s $TMPSIG ]; then grep fc27 $TMPSIG >> $TMPSIG2 grep fc28 $TMPSIG > $TMPSIG3 + grep fc29 $TMPSIG > $TMPSIG3 grep src.rpm $TMPSIG >> $TMPSIG3 if [ -s $TMPSIG3 ]; then @@ -52,7 +53,7 @@ if [ -s $TMPSIG ]; then else exit 1 fi fi - grep -v fc26 $TMPSIG | grep -v fc27 | grep -v fc28 | grep -v src.rpm > $TMPSIG1 + grep -v fc26 $TMPSIG | grep -v fc27 | grep -v fc28 | grep -v fc29 | grep -v src.rpm > $TMPSIG1 if [ -s $TMPSIG1 ]; then echo "== Signature des $(cat $TMPSIG1 | wc -l) nouveaux RPM (old) ==" if rpmsign --define '_gpg_path /home/remi/.gnupgrpm' --define "_gpg_name Remi Collet" --addsign $(cat $TMPSIG1) @@ -77,7 +78,7 @@ then echo "== Création des liens (noarch) ==" else echo "Rien à lier." fi -for dep in SRPMS fedora/{24,25,26,27,28}/*/{i386,x86_64} enterprise/{6,7}/*/{i386,x86_64,armhfp} +for dep in SRPMS fedora/{24,25,26,27,28,29}/*/{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 ==" -- cgit