File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ * Sat Apr 20 2024 Sérgio Basto <
[email protected] > - 40.1-1
2
+ - F40 GA
3
+
1
4
* Thu Feb 15 2024 Sérgio Basto <
[email protected] > - 40.0-1
2
5
- F40 Branched
3
6
Original file line number Diff line number Diff line change 1
- VERSION =40.0
1
+ VERSION =40.1
2
2
RELEASE =1
3
3
4
4
.ONESHELL : # Applies to every targets in the file!
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ git show
82
82
rfpkg push && rfpkg build --nowait
83
83
84
84
# Build other branches
85
+ git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master
85
86
git checkout f39 && git merge master && git push && rfpkg build --nowait; git checkout master
86
87
git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master
87
88
git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
ARCHES=" i386 x86_64 aarch64 armhfp ppc64le"
4
- FVERSION=" 36 37 38 39"
5
- BRANCHED=" 40 "
4
+ FVERSION=" 38 39 40 "
5
+ BRANCHED=" "
6
6
RAWHIDE=" 41"
7
7
REPOS=" rpmfusion_free rpmfusion_nonfree"
8
8
etc_mock=../mock/mock-core-configs/etc/mock
You can’t perform that action at this time.
0 commit comments