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 "Eclipse Project Update Sites"

m (/* Simultaneous Release repositories - updated with Mars and Neon)
(Adding non-versioned URLs)
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
! width="40%" | [[Eclipse/Repository retention policy|Retention Policy]]  
 
! width="40%" | [[Eclipse/Repository retention policy|Retention Policy]]  
 
|- valign="top"
 
|- valign="top"
! 4.5 milestones (Mars)<br><span style="font-weight:normal">stable builds, roughly 6 week intervals</span>
+
! 4.6 milestones (Neon)<br><span style="font-weight:normal">stable builds, roughly 6 week intervals</span>
| <nowiki>http://download.eclipse.org/eclipse/updates/4.5milestones</nowiki>
+
| <nowiki>http://download.eclipse.org/eclipse/updates/4.6milestones</nowiki>
 
| Retained until the release is available. <br /> To save space on mirror servers for rarely requested downloads only about 2 of the most recent milestones will be kept on "downloads" server, older ones may be moved to "archives", temporarily, until formal release, when they are removed completely. <br /> Note, all milestone builds and release candidates, except the last one, are removed approximately one week before a formal release date, to free up space on eclipse.org and mirror servers.   
 
| Retained until the release is available. <br /> To save space on mirror servers for rarely requested downloads only about 2 of the most recent milestones will be kept on "downloads" server, older ones may be moved to "archives", temporarily, until formal release, when they are removed completely. <br /> Note, all milestone builds and release candidates, except the last one, are removed approximately one week before a formal release date, to free up space on eclipse.org and mirror servers.   
 
|- valign="top"
 
|- valign="top"
!Integration builds toward 4.5<br><span style="font-weight:normal">weekly builds, used by developers of SDK components</span>
+
!Integration builds toward 4.6<br><span style="font-weight:normal">weekly builds, used by developers of SDK components</span>
| <nowiki>http://download.eclipse.org/eclipse/updates/4.5-I-builds</nowiki>  
+
| <nowiki>http://download.eclipse.org/eclipse/updates/4.6-I-builds</nowiki>  
 
| I-builds are removed once a milestone is available, or earlier at the request of the development team.
 
| I-builds are removed once a milestone is available, or earlier at the request of the development team.
 
|- valign="top"
 
|- valign="top"
! Nightly builds toward 4.5<br><span style="font-weight:normal">daily snapshots; not for production</span>
+
! Nightly builds toward 4.6<br><span style="font-weight:normal">daily snapshots; not for production</span>
| <nowiki>http://download.eclipse.org/eclipse/updates/4.5-N-builds</nowiki><br>'''Don't mix with non-N repositories!'''
+
| <nowiki>http://download.eclipse.org/eclipse/updates/4.6-N-builds</nowiki><br>'''Don't mix with non-N repositories!'''
 
| Builds removed after a few days old. <br /> Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.
 
| Builds removed after a few days old. <br /> Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.
 
|- valign="top"
 
|- valign="top"
! Maintenance builds toward 4.4.x (Luna)
+
! Maintenance builds toward 4.5.x (Mars)
| <nowiki>http://download.eclipse.org/eclipse/updates/4.4-M-builds</nowiki>
+
| <nowiki>http://download.eclipse.org/eclipse/updates/4.5-M-builds</nowiki>
 
| Builds removed after about a month old, or at the request of the development team
 
| Builds removed after about a month old, or at the request of the development team
 
|- valign="top"
 
|- valign="top"
 
| colspan="3" | &nbsp;
 
| colspan="3" | &nbsp;
 +
|- valign="top"
 +
! 4.5.x releases (Mars)
 +
| <nowiki>http://download.eclipse.org/eclipse/updates/4.5</nowiki>
 +
| Retained Indefinitely
 
|- valign="top"
 
|- valign="top"
 
! 4.4.x releases (Luna)
 
! 4.4.x releases (Luna)
Line 62: Line 66:
 
| <nowiki>http://download.eclipse.org/eclipse/updates/3.4</nowiki>  
 
| <nowiki>http://download.eclipse.org/eclipse/updates/3.4</nowiki>  
 
| Retained Indefinitely
 
| Retained Indefinitely
 +
|}
 +
 +
====Non-versioned repository URLs====
 +
 +
There are some special composite repository URLs that are primarily intended for committers and earlier testers. They are each a composite that simply points to the current version of the repositories listed above. This is most useful once per year as we change streams, such as from 4.5, to 4.6. At that time, then the composite on the server is changed to point to the N+1 repository instead of the N repository, so those using the non-versioned URL do not need to change their software repository lists or scripts. In other words, the contents are identical to their current, versioned counterparts, but the URL stays the same. 
 +
 +
{| {{BMTableStyle}}
 +
|- {{BMTHStyle}}
 +
! width="20%" | Repository
 +
! width="40%" | Repository URL
 +
! width="40%" | [[Eclipse/Repository retention policy|Retention Policy]]
 +
|- valign="top"
 +
! Current Milestones
 +
| <nowiki>http://download.eclipse.org/eclipse/updates/milestones</nowiki>
 +
| Same as above.
 +
|- valign="top"
 +
! Current Integration builds
 +
| <nowiki>http://download.eclipse.org/eclipse/updates/I-builds</nowiki>
 +
| Same as above
 +
|- valign="top"
 +
! Current Nightly builds
 +
| <nowiki>http://download.eclipse.org/eclipse/updates/N-builds</nowiki><br>'''Don't mix with non-N repositories!'''
 +
| Same as above.
 +
|- valign="top"
 +
! Current Maintenance builds
 +
| <nowiki>http://download.eclipse.org/eclipse/updates/M-builds</nowiki>
 +
| Same as above.
 
|}
 
|}
  

Revision as of 23:57, 15 August 2015

Eclipse build repositories

Eclipse Project builds are stored in p2 repositories that are produced as part of the Eclipse project build process. This page provides an overview of the different repositories maintained by the Eclipse project, and their corresponding location and retention policy. See also meaning of kinds of builds.

NOTE: Nightly builds are produced (nearly) every night from whatever has been released into the HEAD stream of the code repository. They are completely untested and will almost always have major problems. Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.

See the online help article Adding a new software site for instructions on how to add a new update site to your Eclipse installation.

Repository Repository URL Retention Policy
4.6 milestones (Neon)
stable builds, roughly 6 week intervals
http://download.eclipse.org/eclipse/updates/4.6milestones Retained until the release is available.
To save space on mirror servers for rarely requested downloads only about 2 of the most recent milestones will be kept on "downloads" server, older ones may be moved to "archives", temporarily, until formal release, when they are removed completely.
Note, all milestone builds and release candidates, except the last one, are removed approximately one week before a formal release date, to free up space on eclipse.org and mirror servers.
Integration builds toward 4.6
weekly builds, used by developers of SDK components
http://download.eclipse.org/eclipse/updates/4.6-I-builds I-builds are removed once a milestone is available, or earlier at the request of the development team.
Nightly builds toward 4.6
daily snapshots; not for production
http://download.eclipse.org/eclipse/updates/4.6-N-builds
Don't mix with non-N repositories!
Builds removed after a few days old.
Because nightly builds are produced in a different way from integration builds, the nightly build repository should only be used in conjunction with nightly builds.
Maintenance builds toward 4.5.x (Mars) http://download.eclipse.org/eclipse/updates/4.5-M-builds Builds removed after about a month old, or at the request of the development team
 
4.5.x releases (Mars) http://download.eclipse.org/eclipse/updates/4.5 Retained Indefinitely
4.4.x releases (Luna) http://download.eclipse.org/eclipse/updates/4.4 Retained Indefinitely
4.3.x releases (Kepler) http://download.eclipse.org/eclipse/updates/4.3 Retained Indefinitely
4.2.x releases (Juno) http://download.eclipse.org/eclipse/updates/4.2 Retained Indefinitely
3.8.x releases (Juno) http://download.eclipse.org/eclipse/updates/3.8 Retained Indefinitely
3.7.x releases (Indigo) http://download.eclipse.org/eclipse/updates/3.7 Retained Indefinitely
3.6.x releases (Helios) http://download.eclipse.org/eclipse/updates/3.6 Retained Indefinitely
3.5.x releases (Galileo) http://download.eclipse.org/eclipse/updates/3.5 Retained Indefinitely
3.4.x releases (Ganymede) http://download.eclipse.org/eclipse/updates/3.4 Retained Indefinitely

Non-versioned repository URLs

There are some special composite repository URLs that are primarily intended for committers and earlier testers. They are each a composite that simply points to the current version of the repositories listed above. This is most useful once per year as we change streams, such as from 4.5, to 4.6. At that time, then the composite on the server is changed to point to the N+1 repository instead of the N repository, so those using the non-versioned URL do not need to change their software repository lists or scripts. In other words, the contents are identical to their current, versioned counterparts, but the URL stays the same.

Repository Repository URL Retention Policy
Current Milestones http://download.eclipse.org/eclipse/updates/milestones Same as above.
Current Integration builds http://download.eclipse.org/eclipse/updates/I-builds Same as above
Current Nightly builds http://download.eclipse.org/eclipse/updates/N-builds
Don't mix with non-N repositories!
Same as above.
Current Maintenance builds http://download.eclipse.org/eclipse/updates/M-builds Same as above.

Simultaneous Release repositories

Although not maintained by the Eclipse project, here are some repositories related to Eclipse Foundation simultaneous releases for reference:

Repository Repository URL Retention Policy
Maintenance http://download.eclipse.org/releases/maintenance/ Temporary staging area to test preliminary candidates for maintenance release
Future release http://download.eclipse.org/releases/staging/ Temporary staging area to test preliminary candidates for milestone builds
Neon http://download.eclipse.org/releases/neon/ Content updated every milestone, but eventually holds the Neon release indefinitely
Mars http://download.eclipse.org/releases/mars/ Holds the releases (initial and maintenance) indefinitely
Luna http://download.eclipse.org/releases/luna/ Holds the releases (initial and maintenance) indefinitely
Kepler http://download.eclipse.org/releases/kepler/ Holds the releases (initial and maintenance) indefinitely
Juno http://download.eclipse.org/releases/juno/ Holds the releases (initial and maintenance) indefinitely
Indigo http://download.eclipse.org/releases/indigo/ Holds the releases (initial and maintenance) indefinitely

Back to the top