Skip to content

Commit

Permalink
gear.kde.org.eclass: release/24.02 was branched
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 11, 2024
1 parent 18f3da2 commit 37582f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eclass/gear.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ KDE_ORG_SCHEDULE_URI+="/KDE_Gear_${PV:0:5}_Schedule"
_KDE_SRC_URI="mirror://kde/"

if [[ ${KDE_BUILD_TYPE} == live ]]; then
if [[ ${PV} == 24.02.49.9999 ]]; then
EGIT_BRANCH="master" # drop after 24.02 branching
elif [[ ${PV} == ??.??.49.9999 ]]; then
if [[ ${PV} == ??.??.49.9999 ]]; then
EGIT_BRANCH="release/$(ver_cut 1-2)"
fi
elif [[ -z ${KDE_ORG_COMMIT} ]]; then
Expand Down

0 comments on commit 37582f5

Please sign in to comment.