summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-22 15:17:30 +0200
committerRemi Collet <remi@remirepo.net>2018-08-22 15:17:30 +0200
commitf21af15a64baf356efd62daa3489fcb8ad1a71bc (patch)
treedd275f9f5b35f8178d167e0aacb507300a34924b /mkallrepo
parent9a458a1ac56918d2ffe97061dbc07efefcc87533 (diff)
+f29 -f25
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo7
1 files changed, 4 insertions, 3 deletions
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 =="