You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RelEng] Create and update maintenance branches in release preparation
In the release preparation pipeline create the R4_XX_maintenance branch
for the eclipse.platform.releng.aggregator repo and all submodules.
Furthermore create the commit for the maintenance branch in the
aggregator repo to move the maintained release's I-build to that
maintenance branch and push it as PR against the maintenance branch.
Copy file name to clipboardExpand all lines: RELEASE.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,6 @@ The release is scheduled for 10AM EST. Typically the jobs are scheduled beforeha
131
131
- A script to create this issue exists [here](scripts/newReleasePrep.sh) for those who have the hub cli tool installed. The process has been in flux recently so please update the script if necessary, but it provides a helpful template since most tasks in the previous release's issue become links.
132
132
133
133
#### **Maintenance Branches:**
134
-
***Maintenance Branch Creation:**
135
-
- Create the branch from RC2 using the [create maintenance branch](https://ci.eclipse.org/releng/job/Releng/job/createMaintenanceBranch/) job in the Eclipse Platform Releng Jenkins.
136
134
***Update maintenance branch with release version**
137
135
- Once the I-build repo is removed for the previous release the maintenance branch will have to use the release location, i.e. any references to `https://download.eclipse.org/eclipse/updates/4.25-I-builds/` will need to be updated to `https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800/`
Copy file name to clipboardExpand all lines: scripts/newReleasePrep.sh
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,9 @@ TITLE="Preparation work for ${NEXT_STREAM} (${NEXT_TRAIN}) and open master for d
24
24
25
25
BODY="This preparation work involves the following tasks. For previous bug please refer to eclipse-platform/eclipse.platform.releng.aggregator#${PREV_ISSUE}.
0 commit comments