Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse/Repository retention policy

< Eclipse
Revision as of 10:09, 27 October 2009 by Unnamed Poltroon (Talk) (New page: p2's ability to provision complete products from repositories has made the concept of repositories a first-class citizen of the eclipse ecosystem. People can now use repositories during th...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

p2's ability to provision complete products from repositories has made the concept of repositories a first-class citizen of the eclipse ecosystem. People can now use repositories during the build, at development time to setup their target and find missing bundles or simply to setup their IDE. Consequently, repository users expect stability over the content of these repositories and it is important to make clearly available the retention policy associated with each repository.

The following document describes the retention policy used by the Eclipse Platform:

- Release repositories: Content is expected to be immutable. - Milestone build repositories: Content is expected to stay until the release is complete. - Integration build repositories: Content is expected to stay until the milestone is complete, but can be disposed at any time. - Nightly build repositories: Content can be disposed at any time.

Back to the top