Project

General

Profile

Administration #437

Updated by Hammel almost 9 years ago

Gitlab bought gitorious so now i need to migrate all the repos.   

 I've already imported all of them.    Now I need to change the each repo's remote origin and cdtools config. 

 This is "how to change the remote origin":http://stackoverflow.com/questions/1067010/import-into-github-from-gitorious: 

 > git remote rm origin 
 > git remote add origin https://gitlab.com/GROUP/REPO.git 
 > git push --set-upstream origin master https://github.com/GROUP/REPO.git 

 omxplayer is updated already (to fix build problem with master).    metabuild needs to be updated (has change for gitlab repo for omxplayer waiting to be pushed).   

 The group is the parent in the cdtools files.    The group names changed for a few projects so be sure to check those. 

 Also, it's "gitlab.com" instead of "gitorious.org" 

 Don't forget to update repo links on wiki. 
 Don't forget to update repo links on gfxmuse repo-update.sh. 
 All repos on Gitlab need descriptions (groups already have descriptions).   
 All repos need useful READMEs in top level (or symlinks if those work) so they show up in the file listing on Gitlab. 

Back