Skip to content

Commit

Permalink
And Centos 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Sep 24, 2019
1 parent a2eb84d commit 79db014
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Tue Sep 24 2019 Sérgio Basto <[email protected]> - 31.0-2
- And Centos 8

* Mon Aug 26 2019 Sérgio Basto <[email protected]> - 31.0-1
- F31 Branch

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 31.0
VERSION = 31.1

default: update release-free release-nonfree release-kwizart

Expand Down
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
8 changes: 6 additions & 2 deletions el-round.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 79db014

Please sign in to comment.