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 "Git/External Mirrors"

< Git
(New page: 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 htt...)
 
Line 4: Line 4:
 
We populate the information from a script that runs over the portal.eclipse.org metadata
 
We populate the information from a script that runs over the portal.eclipse.org metadata
 
     http://eclipse.org/projects/git-repos.php
 
     http://eclipse.org/projects/git-repos.php
 +
 +
The script uses the project metadata as specified in the [http://portal.eclipse.org Developer Portal]. The implementation is quite robust; you can specify your project's Git repositories (one per line) in any of the following formats:
 +
 +
* git://egit.eclipse.org/* (EGit project only)
 +
* */gitroot/*
 +
* <nowiki>http://git.eclipse.org/c/*</nowiki>
 +
 +
The script (and other uses of this information at eclipse.org) will normalize the value you provide into an appropriate value.

Revision as of 16:03, 30 March 2011

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:

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