@@ -53,6 +53,10 @@ The official download page is
53
53
54
54
### Clone SimRel
55
55
56
+ Update:
57
+
58
+ - < https://github.com/eclipse-simrel >
59
+
56
60
Install the ** CBI Aggregator Editor** from:
57
61
58
62
- < https://download.eclipse.org/cbi/updates/aggregator/ide/4.13 >
65
69
66
70
- < https://github.com/embed-cdt/simrel.build >
67
71
72
+ (in eclipse-embed-cdt it is not possible!)
73
+
68
74
### SimRel deadline
69
75
70
76
The deadline for SimRel changes is ** Wed 5pm Ottawa time** .
@@ -418,41 +424,22 @@ Use copy/paste/edit.
418
424
419
425
## Check & update SimRel
420
426
427
+ Use the < https://github.com/embed-cdt/simrel.build > fork.
428
+
421
429
** Pull** new commits.
422
430
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 `
440
437
- commit with a message like:
441
- - _ embedcdt: update for 6.6.0_
442
- - _ Signed-off-by: Liviu Ionescu
< [email protected] > _
443
- - click the ** Commit** button (do not push yet)
444
- - right click, Show in local Terminal
445
-
446
- ``` bash
447
- git push ssh://
[email protected] :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 >
456
443
457
444
After a while (it might take about 10 minutes),
458
445
the commit will trigger the [ SimRel] ( https://ci.eclipse.org/simrel/ )
0 commit comments