Skip to content

Commit e3ba3d9

Browse files
committed
README-MAINTAINER update timestamp
1 parent 3a2d739 commit e3ba3d9

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README-MAINTAINER.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For archiving purposes, the release is also published in a separate folder
4242
for each version, with the archive in the top folder and the p2 repo as
4343
a sub-folder
4444

45-
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
45+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
4646
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/p2/>
4747

4848
The official download page is
@@ -182,8 +182,6 @@ Wait for the GitHub Actions CI job to confirm that the build passed.
182182

183183
### Trigger the Jenkins master build
184184

185-
Note: this happens now automatically, at each push.
186-
187185
- go to [https://ci.eclipse.org/embed-cdt/job/build-plug-ins/](https://ci.eclipse.org/embed-cdt/job/build-plug-ins/)
188186
- **login** (otherwise the next link will not be visible!)
189187
- click the **Scan Multibranch Pipeline Now** link
@@ -274,7 +272,7 @@ In Eclipse:
274272
- right click: **Show Properties View**
275273
- in the right side, edit the **Location** field to the new release
276274
candidate p2 URL (like
277-
`https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202304281106/p2/`
275+
`https://download.eclipse.org/embed-cdt/release-candidates/6.4.0-202307251916/p2/`
278276
and press Enter
279277
- select all the features in the contribution, right-click and choose
280278
**Fix Versions**
@@ -283,7 +281,7 @@ and press Enter
283281
- Save
284282
- stage `simrel.aggr` & `embedcdt.aggrcon`
285283
- commit with a message like:
286-
- _embedcdt: update for 6.4.0-202304281106_,
284+
- _embedcdt: update for 6.4.0-202307251916_,
287285
- _Signed-off-by: Liviu Ionescu <[email protected]>_
288286
- click the **Commit** button (do not Push yet)
289287
- right click, Show in local Terminal
@@ -313,7 +311,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:
313311

314312
Announce the release candidate to the **[email protected]** list;
315313
use a subject like
316-
**Embed CDT v6.4.0-202304281106 release candidate**,
314+
**Embed CDT v6.4.0-202307251916 release candidate**,
317315
and pass a link to the release page, available at:
318316

319317
- <https://projects.eclipse.org/projects/iot.embed-cdt/>
@@ -328,7 +326,7 @@ Go to the release candidate folder
328326

329327
- [https://download.eclipse.org/embed-cdt/release-candidates/](https://download.eclipse.org/embed-cdt/release-candidates/)
330328

331-
Copy the tag and enter it in Git, like `v6.4.0-202304281106` (with `v`).
329+
Copy the tag and enter it in Git, like `v6.4.0-202307251916` (with `v`).
332330

333331
## Publish the final release
334332

@@ -382,12 +380,12 @@ In the `develop` branch, in `_posts/plugins/releases`, add a new release page.
382380
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/>
383381
and get the archive URL, like:
384382

385-
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
383+
- <https://download.eclipse.org/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
386384

387385
Isolate the part starting with `/embed-cdt/...` and update the URLs to use the download redirect:
388386

389-
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip>
390-
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202304281106.zip.sha>
387+
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip>
388+
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.4.0/org.eclipse.embedcdt.repository-6.4.0-202307251916.zip.sha>
391389

392390
Update the milestone URL.
393391

0 commit comments

Comments
 (0)