@@ -60,8 +60,8 @@ Install the **CBI Aggregator Editor** from:
60
60
At first use, clone the SimRel Git repo:
61
61
62
62
``` bash
63
- git clone
" ssh://[email protected] :29418/simrel/org.eclipse.simrel.build" " org.eclipse.simrel.build.git"
64
- scp -p -P 29418
[email protected] :hooks/commit-msg
" org.eclipse.simrel.build.git/.git/hooks/"
63
+ git clone ssh://
[email protected] :29418/simrel/org.eclipse.simrel.build
org.eclipse.simrel.build.git
64
+ scp -p -P 29418
[email protected] :hooks/commit-msg org.eclipse.simrel.build.git/.git/hooks/
65
65
```
66
66
67
67
### SimRel deadline
@@ -73,8 +73,9 @@ The deadline for SimRel changes is **Wed 5pm Ottawa time**.
73
73
At first use, clone the EPP Git repo:
74
74
75
75
``` bash
76
- git clone
" ssh://[email protected] :29418/epp/org.eclipse.epp.packages.git"
77
- scp -p -P 29418
[email protected] :hooks/commit-msg
" epp/org.eclipse.epp.packages.git/.git/hooks/"
76
+ git clone ssh://
[email protected] :29418/epp/org.eclipse.epp.packages.git org.eclipse.epp.packages.git
77
+ mkdir -p org.eclipse.epp.packages.git/.git/hooks/
78
+ scp -p -P 29418
[email protected] :hooks/commit-msg org.eclipse.epp.packages.git/.git/hooks/
78
79
```
79
80
80
81
### EPP deadline
@@ -312,7 +313,8 @@ When the plug-ins are considered stable:
312
313
- ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
313
314
- add new child like ` <child location='../../releases/6.3.0/p2'/> `
314
315
- update ` p2.timestamp ` to the value shown at the end of the ` make-release-candidate-from-master `
315
- - ** push** master with a message like _ add 6.3.0 to composite_
316
+ - ** commit** master with a message like _ add 6.3.0 to composite_
317
+ - ** push** master
316
318
317
319
- go to < https://ci.eclipse.org/embed-cdt/ >
318
320
- ** login** (otherwise the next link is not visible!)
@@ -461,7 +463,7 @@ Jenkins aggregator pipeline:
461
463
462
464
- < https://ci.eclipse.org/simrel/job/simrel.runaggregator.pipeline/ >
463
465
464
- In about one hour it'll automatically rebuild the staging repo:
466
+ In about 5 min it'll automatically rebuild the staging repo:
465
467
466
468
- < https://download.eclipse.org/staging/ >
467
469
@@ -505,7 +507,7 @@ diff packages/org.eclipse.epp.package.cpp.product packages/org.eclipse.epp.packa
505
507
Commit and push to Gerrit:
506
508
507
509
``` bash
508
- git commit -m ' embedcpp ...'
510
+ git commit -m ' embedcpp: ...'
509
511
git push ssh://
[email protected] :29418/epp/org.eclipse.epp.packages.git HEAD:refs/for/master
510
512
```
511
513
0 commit comments