diff --git a/CHANGELOG b/CHANGELOG index b5c8982..33092fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Tue Sep 24 2019 Sérgio Basto - 31.0-2 +- And Centos 8 + * Mon Aug 26 2019 Sérgio Basto - 31.0-1 - F31 Branch diff --git a/Makefile b/Makefile index 4c13dfd..2979d21 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 31.0 +VERSION = 31.1 default: update release-free release-nonfree release-kwizart diff --git a/README.txt b/README.txt index 177f2eb..db8b191 100644 --- a/README.txt +++ b/README.txt @@ -48,6 +48,7 @@ rfpkg new-sources ./mock-rpmfusion-free-$VERSION.tar.bz2 rfpkg ci -c git show rfpkg push && rfpkg build +cd - cd /home/sergio/rpmfusion/new/nonfree/mock-rpmfusion-nonfree/ git checkout master @@ -62,7 +63,7 @@ rfpkg ci -c git show rfpkg push && rfpkg build cat ../../hist.txt +git checkout f31 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout f30 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout f29 && git merge master && git push && rfpkg build --nowait; git checkout master -git checkout f28 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master diff --git a/el-round.sh b/el-round.sh index 9b86812..67f5f3a 100755 --- a/el-round.sh +++ b/el-round.sh @@ -1,7 +1,7 @@ #!/bin/sh -ARCHES="i386 x86_64 ppc64 ppc64le" -FVERSION="6 7" +ARCHES="i386 x86_64 aarch64 ppc64 ppc64le" +FVERSION="6 7 8" REPOS="rpmfusion_free rpmfusion_nonfree kwizart" etc_mock=../mock/mock-core-configs/etc/mock #to old config uncomment next line @@ -22,6 +22,10 @@ for arch in $ARCHES ; do rm -f epel-${fver}-${arch}-${repo}.cfg continue fi + # RPMFusion el7 don't have aarch64 builders + if [ "$arch" == "aarch64" -a "${fver}" -lt "8" ] ; then + continue + fi cp template_init epel-${fver}-${arch}-${repo}.cfg sed -i -e "s|configuration_name|epel-${fver}-${arch}.cfg|g" epel-${fver}-${arch}-${repo}.cfg cat rpmfusion_free-$flavour-template >> epel-${fver}-${arch}-${repo}.cfg