Skip to content

Commit

Permalink
update composite xmls for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 15, 2020
1 parent fd6f651 commit 8b775d0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For archiving purposes, the release is also published in a separate folder
for each version, with the archive in the top folder and the p2 repo as
a sub-folder

- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip
- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip
- https://download.eclipse.org/embed-cdt/releases/6.0.0/p2/

Packages are published at:
Expand Down Expand Up @@ -233,14 +233,14 @@ Start with _Release candidate_ (Header 3).

<pre>
features:
org.eclipse.embedcdt.codered.feature_2.0.0.202010292017.jar
org.eclipse.embedcdt.codered.feature_2.0.0.202012080907.jar
...
org.eclipse.embedcdt.templates.stm.feature.source_2.7.2.202010292017.jar
org.eclipse.embedcdt.templates.stm.feature.source_2.7.2.202012080907.jar

plugins:
org.eclipse.embedcdt.codered_2.0.0.202010292017.jar
org.eclipse.embedcdt.codered_2.0.0.202012080907.jar
...
org.eclipse.embedcdt.templates.stm.source_2.7.2.202010292017.jar
org.eclipse.embedcdt.templates.stm.source_2.7.2.202012080907.jar
</pre>

```
Expand Down Expand Up @@ -282,7 +282,7 @@ In Eclipse:
- right click: **Show Properties View**
- in the right side, edit the **Location** field to the new release
candidate p2 URL (like
`https://download.eclipse.org/embed-cdt/release-candidates/6.0.0-202011221632/p2/`
`https://download.eclipse.org/embed-cdt/release-candidates/6.0.0-202012080907/p2/`
and press Enter
- select all the features in the contribution, right-click and choose
**Fix Versions**
Expand All @@ -291,7 +291,7 @@ and press Enter
- Save

```bash
git commit -m 'embedcdt: update for 6.0.0-202011221632'
git commit -m 'embedcdt: update for 6.0.0-202012080907'
git push ssh://lionescu@git.eclipse.org:29418/simrel/org.eclipse.simrel.build HEAD:refs/for/master
```

Expand All @@ -310,7 +310,7 @@ In about one hour it'll automatically rebuild the staging repo:

Announce the release candidate to the **embed-cdt-dev@eclipse.org** list;
use a subject like
**Eclipse Embedded CDT v6.0.0-202011221632 release candidate**,
**Embed CDT v6.0.0-202012080907 release candidate**,
and pass a link to the release page.

Beta testers can install the release candidate from:
Expand Down Expand Up @@ -391,20 +391,20 @@ and select the new release
<p>For manual installs, the plug-ins are also available as regular archives, that can be downloaded locally and installed.</p>

<ul>
<li><a href="https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip">org.eclipse.embedcdt.repository-6.0.0-202010292017.zip</a> <a href="https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip.sha">(SHA)</a></li>
<li><a href="https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip">org.eclipse.embedcdt.repository-6.0.0-202012080907.zip</a> <a href="https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip.sha">(SHA)</a></li>
</ul>
```

As links for the latest two, open https://download.eclipse.org/embed-cdt/releases/
and get something like:

- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip
- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip.sha
- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip
- https://download.eclipse.org/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip.sha

Update the URLs to use the download redirect:

- https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip
- https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202010292017.zip.sha
- https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip
- https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.0.0/org.eclipse.embedcdt.repository-6.0.0-202012080907.zip.sha

Remove the _Pre-release_ top header.

Expand Down Expand Up @@ -515,7 +515,7 @@ Add a tag like `v6.0.0` (with `v`).
### Announce release

Announce the release to the **embed-cdt-dev@eclipse.org** list;
use a subject like **Eclipse Embedded CDT v6.0.0 released**, and
use a subject like **Embed CDT v6.0.0 released**, and
pass a link to the release page.

Beta testers can install the pre-release from:
Expand All @@ -526,6 +526,6 @@ Beta testers can install the pre-release from:

- in a separate browser windows, open [TweetDeck](https://tweetdeck.twitter.com/)
- using the `@embedCDT` account, enter a message like
**Eclipse Embedded CDT v6.0.0 released** and on the next line
**Embed CDT v6.0.0 released** and on the next line
paste the link to the release
- click the Tweet button
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ These files are copied by the Jenkins `create-composite` job

to

- https://download.eclipse.org/embed-cdt/releases/6.0
- https://download.eclipse.org/embed-cdt/updates/v6

which will create a composite update site.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1606239131867'/>
<property name='p2.timestamp' value='1608058606601'/>
</properties>
<children size='1'>
<child location='../6.0.0'/>
<child location='../../releases/6.0.0'/>
</children>
</repository>
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1606239131867'/>
<property name='p2.timestamp' value='1608058606601'/>
</properties>
<children size='1'>
<child location='../6.0.0'/>
<child location='../../releases/6.0.0'/>
</children>
</repository>

0 comments on commit 8b775d0

Please sign in to comment.