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
Line 10: Line 10:
 
* */gitroot/*
 
* */gitroot/*
 
* <nowiki>http://git.eclipse.org/c/*</nowiki>
 
* <nowiki>http://git.eclipse.org/c/*</nowiki>
 +
 +
(Note that you'll have to replace the wildcards above with absolute values for each of your project's repositories; '''do not include wildcard characters in the values you specify''').
  
 
Example:
 
Example:

Revision as of 13:49, 21 October 2011

Eclipse uses GitHub as a source of mirrors.

    https://github.com/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:

(Note that you'll have to replace the wildcards above with absolute values for each of your project's repositories; do not include wildcard characters in the values you specify).

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.