Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

M2E updatesite and gittags

Revision as of 23:41, 15 July 2013 by Igor.ifedorenko.com (Talk | contribs) (m2e releases)

M2E
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


m2e download area layout

releases/
 1.0/
   1.0.0.<qualifier>/
   1.0.100.<qualifier>/
   1.0.200.<qualifier>/
 1.1/
   ...

milestones/
 1.0/
   1.0.300.<qualifier>/
   1.0.300.<qualifier>/
   1.0.300.<qualifier>/
 1.1/
   1.1.0.<qualifier>/
   1.1.0.<qualifier>/
   1.1.0.<qualifier>/


m2e will advertise http://download.eclipse.org/technology/m2e/releases/ as canonical m2e repository url. this repository is a composite that will contain all released m2e version, so clients who use this url will be able to install releases and service releases releases from the same location. clients will be able to use release-specific repositories (i.e. http://download.eclipse.org/technology/m2e/releases/1.0) if they are only interested in maintenance releases.

http://download.eclipse.org/technology/m2e/milestones/ contains milestone builds towards releases. It has similar structure as releases/ repository but without composite p2 repository at the top level. Users will need to pick release-specific milestone build "stream".

Composite repository descriptors are maintained by hand.

m2e does not provide snapshot/nightly builds from download.eclipse.org

m2e git repository tags

m2e git repository tags will match download area directory structure, i.e. "releases/1.0/1.0.0.20110607-2117", "milestones/1.1/1.1.0.<qualifier>" and so on. Since builds are promoted from milestones to releases repositories, the same build can have multiple tags associated with it.

Tags are pushed to canonical git repository soon after build goes "live".

m2e release train contributions

During development, m2e will provide release train contributions via milestone version repository (i.e. http://download.eclipse.org/technology/m2e/milestones/1.1). Each new build will be automatically picked up by the release aggregator job and does not require changes to aggregator descriptor.

During release, latest milestone build is *copied* to corresponding releases/ directory and m2e contribution to release train aggregator will need to be updated at this point.

m2e releases


release
full version
date
tag
p2 url
1.0
1.0.0.20110607-2117
2011-06-22
releases/1.0/1.0.0.20110607-2117
http://download.eclipse.org/technology/m2e/releases/1.0/1.0.0.20110607-2117
1.0 SR1
1.0.100.20110804-1717
2011-09-23
releases/1.0/1.0.100.20110804-1717
http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717
1.0 SR2
1.0.200.20111228-1245
2012-02-24
releases/1.0/1.0.200.20111228-1245
http://download.eclipse.org/technology/m2e/releases/1.0/1.0.200.20111228-1245
1.1
1.1.0.20120530-0009
2012-06-27
releases/1.1/1.1.0.20120530-0009
REMOVED ACCORDING TO CQ7302
1.2
1.2.0.20120903-1050
2012-09-19
releases/1.2/1.2.0.20120903-1050
REMOVED ACCORDING TO CQ7302
1.3
1.3.0.20130129-0926
2013-02-20
releases/1.3/1.3.0.20130129-0926
REMOVED ACCORDING TO CQ7302
1.3
1.3.1.20130219-1424
2013-02-20
releases/1.3/1.3.1.20130219-1424
REMOVED ACCORDING TO CQ7302
1.4
1.4.0.20130601-0317
2013-06-26
releases/1.4/1.4.0.20130601-0317
http://download.eclipse.org/technology/m2e/releases/1.4/1.4.0.20130601-0317

Back to the top