Skip to content

Commit

Permalink
F40 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed Apr 20, 2024
1 parent 8db545b commit 178f3b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Sat Apr 20 2024 Sérgio Basto <[email protected]> - 40.1-1
- F40 GA

* Thu Feb 15 2024 Sérgio Basto <[email protected]> - 40.0-1
- F40 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=40.0
VERSION=40.1
RELEASE=1

.ONESHELL: # Applies to every targets in the file!
Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ git show
rfpkg push && rfpkg build --nowait

# Build other branches
git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master
git checkout f39 && git merge master && git push && rfpkg build --nowait; git checkout master
git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master
git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master
Expand Down
4 changes: 2 additions & 2 deletions round.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

ARCHES="i386 x86_64 aarch64 armhfp ppc64le"
FVERSION="36 37 38 39"
BRANCHED="40"
FVERSION="38 39 40"
BRANCHED=""
RAWHIDE="41"
REPOS="rpmfusion_free rpmfusion_nonfree"
etc_mock=../mock/mock-core-configs/etc/mock
Expand Down

0 comments on commit 178f3b6

Please sign in to comment.