Skip to content

Commit 21e223a

Browse files
committed
README-MAINTAINER updates
1 parent 84bd5c4 commit 21e223a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README-MAINTAINER.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Install the **CBI Aggregator Editor** from:
6060
At first use, clone the SimRel Git repo:
6161

6262
```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/
6565
```
6666

6767
### SimRel deadline
@@ -73,8 +73,9 @@ The deadline for SimRel changes is **Wed 5pm Ottawa time**.
7373
At first use, clone the EPP Git repo:
7474

7575
```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/
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
505507
Commit and push to Gerrit:
506508

507509
```bash
508-
git commit -m 'embedcpp ...'
510+
git commit -m 'embedcpp: ...'
509511
git push ssh://[email protected]:29418/epp/org.eclipse.epp.packages.git HEAD:refs/for/master
510512
```
511513

0 commit comments

Comments
 (0)