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

Difference between revisions of "M2E updatesite and gittags"

Line 1: Line 1:
[[Category:M2E]]
+
<br>
  
=== m2e download area layout ===
+
=== m2e download area layout ===
  
 
  releases/
 
  releases/
  1.0/
+
  1.0/
    1.0.0.<qualifier>/
+
    1.0.0.&lt;qualifier&gt;/
    1.0.100.<qualifier>/
+
    1.0.100.&lt;qualifier&gt;/
    1.0.200.<qualifier>/
+
    1.0.200.&lt;qualifier&gt;/
  1.1/
+
  1.1/
    ...
+
    ...
 
+
 
  milestones/
 
  milestones/
  1.0/
+
  1.0/
    1.0.300.<qualifier>/
+
    1.0.300.&lt;qualifier&gt;/
    1.0.300.<qualifier>/
+
    1.0.300.&lt;qualifier&gt;/
    1.0.300.<qualifier>/
+
    1.0.300.&lt;qualifier&gt;/
  1.1/
+
  1.1/
    1.1.0.<qualifier>/
+
    1.1.0.&lt;qualifier&gt;/
    1.1.0.<qualifier>/
+
    1.1.0.&lt;qualifier&gt;/
    1.1.0.<qualifier>/
+
    1.1.0.&lt;qualifier&gt;/
  
 +
<br> 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.
  
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. Uses will need to pick release-specific milestone build "stream".  
  
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. Uses will need to pick release-specific milestone build "stream".
+
Composite repository descriptors are maintained by hand.  
  
Composite repository descriptors are maintained by hand.
+
m2e does not provide snapshot/nightly builds from download.eclipse.org
  
m2e does not provide snapshot/nightly builds from download.eclipse.org
+
=== m2e git repository tags  ===
  
=== 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.&lt;qualifier&gt;" and so on. Since builds are promoted from milestones to releases repositories, the same build can have multiple tags associated with it.
  
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".  
  
Tags are pushed to canonical git repository soon after build goes "live".
+
=== m2e release train contributions  ===
  
=== 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 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.  
  
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  ===
 +
 
 +
<br>
 +
 
 +
{| width="200" cellspacing="1" cellpadding="1" border="1"
 +
|-
 +
| release<br>
 +
| date<br>
 +
| tag<br>
 +
| p2 url<br>
 +
| full vesion<br>
 +
|-
 +
| 1.0.0<br>
 +
| 2011-06-22<br>
 +
| releases/1.0/1.0.0.20110607-2117<br>
 +
| eee<br>
 +
| 1.0.0.20110607-2117<br>
 +
|-
 +
| <br>
 +
| <br>
 +
| <br>
 +
| <br>
 +
| <br>
 +
|}
 +
 
 +
[[Category:M2E]]

Revision as of 04:38, 6 July 2011


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. Uses 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
date
tag
p2 url
full vesion
1.0.0
2011-06-22
releases/1.0/1.0.0.20110607-2117
eee
1.0.0.20110607-2117





Copyright © Eclipse Foundation, Inc. All Rights Reserved.