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

Git/External Mirrors

< Git
Revision as of 16:07, 30 March 2011 by Unnamed Poltroon (Talk)

Eclipse uses GitHub as a source of mirrors.

    https://github.com/organizations/eclipse

We populate the information from a script that runs over the portal.eclipse.org metadata

    http://eclipse.org/projects/git-repos.php

The script uses the project metadata as specified in the Developer Portal. The implementation is quite robust; you can specify your project's Git repositories (one per line) in any of the following formats:

Example:

Git-repo-list.png

The script (and other uses of this information at eclipse.org) will normalize the value you provide into an appropriate value.

Back to the top