Project

General

Profile

Feature #1261

Updated by Bjoern Michaelsen over 8 years ago

Launchpad finally supports git hosting: 

  https://help.launchpad.net/Code/Git http://blog.launchpad.net/general/git-code-hosting-beta 

 since we lost gitorious, it might make sense to have another mirror. However, mirroring isnt fully supported yet, so it might make sense to wait a bit for it to mature. 

 TDF and top level projects are already registered on launchpad: 
 https://launchpad.net/~documentfoundation 
 https://launchpad.net/df-libreoffice 
 https://launchpad.net/documentliberation 

 Looking at what we replicate to github at https://github.com/libreoffice/ the destination urls for replication to launchpad should be: 
 core: lp:~documentfoundation/df-libreoffice 
 lode: lp:~documentfoundation/df-libreoffice/+git/lode 
 translations: lp:~documentfoundation/df-libreoffice/+git/translations 
 perfdbmgr: lp:~documentfoundation/df-libreoffice/+git/perfdbmgr 
 devcentral: lp:~documentfoundation/df-libreoffice/+git/devcentral 
 help: lp:~documentfoundation/df-libreoffice/+git/help 
 dictionaries: lp:~documentfoundation/df-libreoffice/+git/dictionaries 

 Should there be any DLP projects be mirrored on launchpad too later, the URLs should look like: 
 librevenge: lp:~documentfoundation/documentliberation/+git/librevenge 
 Filing this mostly as a (self)reminder ... 

 While generic TDF projects not belonging to either LibreOffice or DLP would be: 
 foo:    lp:~documentfoundation/+git/foo

Back