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)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Outdated}}
[[Category:Dev]]


OpenEmbedded git repository have following mirrors now
OpenEmbedded git repositories have following mirrors:
 
'''bitbake:'''
{| class="sortable" border="1"
!'''#''' !!'''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:'''
{| class="sortable" border="1"
!'''#''' !!'''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:'''
{| class="sortable" border="1"
!'''#''' !!'''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)'''
{| class="sortable" border="1"
{| class="sortable" border="1"
!'''#''' !!'''Clone URL''' !!'''Supported proto''' !!'''Web interface''' !!'''Comment'''
!'''#''' !!'''Clone URL''' !!'''Supported proto''' !!'''Web interface''' !!'''Comment'''
Line 7: 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'''
|-
|3. ||git://repo.or.cz/openembedded.git ||git, http ||http://repo.or.cz/w/openembedded.git ||other 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