Skip to content

Commit

Permalink
RPMFusion F30 is branched
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Apr 2, 2019
1 parent af02634 commit 752d2f5
Show file tree
Hide file tree
Showing 3 changed files with 7 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 Apr 02 2019 Sérgio Basto <[email protected]> - 30.1-1
- RPMFusion F30 is branched

* Wed Mar 06 2019 Sérgio Basto <[email protected]> - 30.0-1
- RPMFusion Rawhide pointing to F30 branched

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

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

Expand Down
6 changes: 3 additions & 3 deletions round.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

ARCHES="i386 x86_64 aarch64 armhfp ppc64 ppc64le"
FVERSION="27 28 29"
BRANCHED=""
RAWHIDE="30"
BRANCHED="30"
RAWHIDE="31"
REPOS="rpmfusion_free rpmfusion_nonfree kwizart"
etc_mock=../mock/mock-core-configs/etc/mock
#to old config uncomment next line
Expand All @@ -29,7 +29,7 @@ for arch in $ARCHES ; do
flavour=rawhide
# Comment fver_alt when rawhide is pointing to Fedora branched
# or uncomment fver_alt when rpmfusion branched is completed
#fver_alt=rawhide
fver_alt=rawhide
fver=rawhide
fi
if [ ! -f ${etc_mock}/fedora-${fver}-${arch}.cfg ] ; then
Expand Down

0 comments on commit 752d2f5

Please sign in to comment.