Mirrors: Difference between revisions

From Openembedded.org
Jump to navigation Jump to search
No edit summary
(updated github mirror names, and switch all github links to https)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Dev}}
[[Category:Dev]]


OpenEmbedded git repositories have following mirrors:
OpenEmbedded git repositories have following mirrors:
Line 9: Line 9:
|1. ||git://git.openembedded.org/bitbake ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/bitbake/ ||master git repo ('''used by developers to push changes only''')
|1. ||git://git.openembedded.org/bitbake ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/bitbake/ ||master git repo ('''used by developers to push changes only''')
|-
|-
|2. ||git://github.com/openembedded/bitbake.git ||git, https, http ||https://github.com/openembedded/bitbake ||'''git mirror for users to pull from'''
|2. ||https://github.com/openembedded/bitbake.git ||https ||https://github.com/openembedded/bitbake ||'''git mirror for users to pull from'''
|}
|}


Line 18: Line 18:
|1. ||git://git.openembedded.org/openembedded-core ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/openembedded-core/ ||master git repo ('''used by developers to push changes only''')
|1. ||git://git.openembedded.org/openembedded-core ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/openembedded-core/ ||master git repo ('''used by developers to push changes only''')
|-
|-
|2. ||git://github.com/openembedded/oe-core.git ||git, https, http ||https://github.com/openembedded/oe-core ||'''git mirror for users to pull from'''
|2. ||https://github.com/openembedded/openembedded-core.git ||https ||https://github.com/openembedded/openembedded-core ||'''git mirror for users to pull from'''
|}
|}


Line 27: Line 27:
|1. ||git://git.openembedded.org/meta-openembedded ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/meta-openembedded/ ||master git repo ('''used by developers to push changes only''')
|1. ||git://git.openembedded.org/meta-openembedded ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/meta-openembedded/ ||master git repo ('''used by developers to push changes only''')
|-
|-
|2. ||git://github.com/openembedded/meta-oe.git ||git, https, http ||https://github.com/openembedded/meta-oe ||'''git mirror for users to pull from'''
|2. ||https://github.com/openembedded/meta-openembedded.git ||https ||https://github.com/openembedded/meta-openembedded ||'''git mirror for users to pull from'''
|}
|}


Line 36: Line 36:
|1. ||git://git.openembedded.org/openembedded ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/openembedded/ ||master git repo ('''used by developers to push changes only''')
|1. ||git://git.openembedded.org/openembedded ||git, ssh ||http://cgit.openembedded.org/cgit.cgi/openembedded/ ||master git repo ('''used by developers to push changes only''')
|-
|-
|2. ||git://github.com/openembedded/openembedded.git ||git, https, http ||https://github.com/openembedded/openembedded ||'''git mirror for users to pull from'''
|2. ||https://github.com/openembedded/openembedded.git ||https ||https://github.com/openembedded/openembedded ||'''git mirror for users to pull from'''
|}
|}

Latest revision as of 11:38, 11 February 2016


OpenEmbedded git repositories have following mirrors:

bitbake:

# Clone URL Supported proto Web interface Comment
1. git://git.openembedded.org/bitbake git, ssh http://cgit.openembedded.org/cgit.cgi/bitbake/ master git repo (used by developers to push changes only)
2. https://github.com/openembedded/bitbake.git https https://github.com/openembedded/bitbake git mirror for users to pull from

openembedded-core:

# Clone URL Supported proto Web interface Comment
1. git://git.openembedded.org/openembedded-core git, ssh http://cgit.openembedded.org/cgit.cgi/openembedded-core/ master git repo (used by developers to push changes only)
2. https://github.com/openembedded/openembedded-core.git https https://github.com/openembedded/openembedded-core git mirror for users to pull from

meta-openembedded:

# Clone URL Supported proto Web interface Comment
1. git://git.openembedded.org/meta-openembedded git, ssh http://cgit.openembedded.org/cgit.cgi/meta-openembedded/ master git repo (used by developers to push changes only)
2. https://github.com/openembedded/meta-openembedded.git https https://github.com/openembedded/meta-openembedded git mirror for users to pull from

openembedded (OpenEmbedded-Classic)

# Clone URL Supported proto Web interface Comment
1. git://git.openembedded.org/openembedded git, ssh http://cgit.openembedded.org/cgit.cgi/openembedded/ master git repo (used by developers to push changes only)
2. https://github.com/openembedded/openembedded.git https https://github.com/openembedded/openembedded git mirror for users to pull from