@@ -53,6 +53,10 @@ The official download page is
5353
5454### Clone SimRel
5555
56+ Update:
57+
58+ - < https://github.com/eclipse-simrel >
59+
5660Install the ** CBI Aggregator Editor** from:
5761
5862- < https://download.eclipse.org/cbi/updates/aggregator/ide/4.13 >
6569
6670- < https://github.com/embed-cdt/simrel.build >
6771
72+ (in eclipse-embed-cdt it is not possible!)
73+
6874### SimRel deadline
6975
7076The deadline for SimRel changes is ** Wed 5pm Ottawa time** .
@@ -418,41 +424,22 @@ Use copy/paste/edit.
418424
419425## Check & update SimRel
420426
427+ Use the < https://github.com/embed-cdt/simrel.build > fork.
428+
421429** Pull** new commits.
422430
423- NOTE: to be updated for Pull Requests!
424-
425- In Eclipse:
426-
427- - import existing project ` org.eclipse.simrel.build `
428- - open ` simrel.aggr `
429- - expand the 'Contribution: Embedded CDT'
430- - select ** Mapped Repository**
431- - right click: ** Show Properties View**
432- - in the right side, edit the ** Location** field to the new release p2 URL
433- (like ` https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/ ` )
434- and press Enter
435- - select all the features in the contribution, right-click and choose
436- ** Fix Versions**
437- - select the Contribution and ** Validate**
438- - select the Aggregation and ** Validate**
439- - stage ` embededcdt.aggrcom `
431+ - open ` simrel.build-fork.git `
432+ - pull new commits
433+ - edit ` embedcdt.aggrcon `
434+ - replace location to < https://download.eclipse.org/embed-cdt/releases/6.6.0/p2/ >
435+ - replace full version to ` 6.6.0.202404031712 `
436+ - replace short version to ` 6.6.0 `
440437- commit with a message like:
441- - _ embedcdt: update for 6.6.0_
442- - _ Signed-off-by: Liviu Ionescu < ilg@livius.net > _
443- - click the ** Commit** button (do not push yet)
444- - right click, Show in local Terminal
445-
446- ``` bash
447- git push ssh://lionescu@git.eclipse.org:29418/simrel/org.eclipse.simrel.build HEAD:refs/for/master
448- ```
449-
450- This will trigger a Gerrit run.
451-
452- Check the console output, for the Gerrit link. If missed, it'll be
453- later sent by e-mail, when the run completes.
454-
455- In Gerrit, click ** CODE_REVIEW+2** and then ** SUBMIT** to merge the changes.
438+ - _ embedcdt: update for 6.6.0_ ,
439+ - push
440+ - create pull request
441+ - from < https://github.com/embed-cdt/simrel.build >
442+ - to < https://github.com/eclipse-simrel/simrel.build/pull >
456443
457444After a while (it might take about 10 minutes),
458445the commit will trigger the [ SimRel] ( https://ci.eclipse.org/simrel/ )
0 commit comments