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
(Replaced content with "{{Warning|GitHub automated mirrors of Eclipse projects are essentially broken and are no longer recommended. If you mirror to GitHub, please do so manually.}} [[Category...")
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Eclipse uses GitHub as a source of mirrors.
+
{{Warning|GitHub automated mirrors of Eclipse projects are essentially broken and are no longer recommended. If you mirror to GitHub, please do so manually.}}
    https://github.com/eclipse
+
  
We populate the information from a script that runs over the portal.eclipse.org metadata
+
[[Category:Git]][[Category:Portal]]
    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>
+
 
+
Example:
+
 
+
[[Image: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.
+
 
+
[[Category:Git]]
+

Latest revision as of 11:13, 24 October 2013

Warning2.png
GitHub automated mirrors of Eclipse projects are essentially broken and are no longer recommended. If you mirror to GitHub, please do so manually.

Back to the top