@@ -60,8 +60,8 @@ Install the **CBI Aggregator Editor** from:
6060At first use, clone the SimRel Git repo:
6161
6262``` bash
63- git clone " ssh://lionescu@git.eclipse.org:29418/simrel/org.eclipse.simrel.build" " org.eclipse.simrel.build.git"
64- scp -p -P 29418 lionescu@git.eclipse.org:hooks/commit-msg " org.eclipse.simrel.build.git/.git/hooks/"
63+ git clone ssh://lionescu@git.eclipse.org:29418/simrel/org.eclipse.simrel.build org.eclipse.simrel.build.git
64+ scp -p -P 29418 lionescu@git.eclipse.org:hooks/commit-msg org.eclipse.simrel.build.git/.git/hooks/
6565```
6666
6767### SimRel deadline
@@ -73,8 +73,9 @@ The deadline for SimRel changes is **Wed 5pm Ottawa time**.
7373At first use, clone the EPP Git repo:
7474
7575``` bash
76- git clone " ssh://lionescu@git.eclipse.org:29418/epp/org.eclipse.epp.packages.git"
77- scp -p -P 29418 lionescu@git.eclipse.org:hooks/commit-msg " epp/org.eclipse.epp.packages.git/.git/hooks/"
76+ git clone ssh://lionescu@git.eclipse.org: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 lionescu@git.eclipse.org:hooks/commit-msg org.eclipse.epp.packages.git/.git/hooks/
7879```
7980
8081### EPP deadline
@@ -312,7 +313,8 @@ When the plug-ins are considered stable:
312313 - ` repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml `
313314 - add new child like ` <child location='../../releases/6.3.0/p2'/> `
314315 - 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
316318
317319- go to < https://ci.eclipse.org/embed-cdt/ >
318320- ** login** (otherwise the next link is not visible!)
@@ -461,7 +463,7 @@ Jenkins aggregator pipeline:
461463
462464- < https://ci.eclipse.org/simrel/job/simrel.runaggregator.pipeline/ >
463465
464- In about one hour it'll automatically rebuild the staging repo:
466+ In about 5 min it'll automatically rebuild the staging repo:
465467
466468- < https://download.eclipse.org/staging/ >
467469
@@ -505,7 +507,7 @@ diff packages/org.eclipse.epp.package.cpp.product packages/org.eclipse.epp.packa
505507Commit and push to Gerrit:
506508
507509``` bash
508- git commit -m ' embedcpp ...'
510+ git commit -m ' embedcpp: ...'
509511git push ssh://lionescu@git.eclipse.org:29418/epp/org.eclipse.epp.packages.git HEAD:refs/for/master
510512```
511513
0 commit comments