Skip to content

Commit 13d9869

Browse files
committed
F38 GA
1 parent a370be3 commit 13d9869

12 files changed

+17
-16
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Tue Apr 18 2023 Sérgio Basto <[email protected]> - 38.1-1
2+
- F38 GA
3+
14
* Wed Feb 22 2023 Sérgio Basto <[email protected]> - 38.0-1
25
- F38 Branched
36

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=38.0
1+
VERSION=38.1
22
RELEASE=1
33

44
.ONESHELL: # Applies to every targets in the file!

README.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ pushd ..
33
git clone https://github.com/rpm-software-management/mock.git
44
popd
55
pushd ../mock/mock-core-configs
6-
git pull
7-
git tag | grep mock-core-configs | tail -n1
8-
#git reset --hard %{name}-%{version}
9-
#(example: git reset --hard mock-core-configs-29.2-1)
6+
git fetch
7+
#git tag | grep mock-core-configs | tail -n1
108
git reset --hard $(git tag | grep mock-core-configs | tail -n1)
119
popd
1210

@@ -84,9 +82,9 @@ git show
8482
rfpkg push && rfpkg build --nowait
8583

8684
# Build other branches
85+
git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master
8786
git checkout f37 && git merge master && git push && rfpkg build --nowait; git checkout master
8887
git checkout f36 && git merge master && git push && rfpkg build --nowait; git checkout master
89-
git checkout f35 && git merge master && git push && rfpkg build --nowait; git checkout master
9088
git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master
9189
git checkout el8 && git merge master && git push && rfpkg build --nowait; git checkout master
9290
git checkout el7 && git merge master && git push && rfpkg build --nowait; git checkout master
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-38-aarch64.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-38-i386.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-38-ppc64le.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-38-x86_64.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-38-aarch64.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-38-i386.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-38-ppc64le.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-38-x86_64.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')

round.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
ARCHES="i386 x86_64 aarch64 armhfp ppc64le"
4-
FVERSION="35 36 37"
5-
BRANCHED="38"
4+
FVERSION="35 36 37 38"
5+
BRANCHED=""
66
RAWHIDE="39"
77
REPOS="rpmfusion_free rpmfusion_nonfree"
88
etc_mock=../mock/mock-core-configs/etc/mock

0 commit comments

Comments
 (0)