[Libosinfo] Moving GIT repo to gitlab.com

Daniel P. Berrange berrange at redhat.com
Thu Mar 3 17:29:04 UTC 2016


On Thu, Mar 03, 2016 at 01:38:24PM +0000, Daniel P. Berrange wrote:
> So I'm suggesting we immediately migrate to gitlab.com. Assuming that's
> fine with current committers, I'll setup the project org & import hte
> git repo. Each committer would just have to create themselves a login
> account so I can add them.

Ok the new GIT repository is live at

   https://gitlab.com/libosinfo/libosinfo/

The following people are set as adminstrators, myself, Christophe, Zeeshan,
and Fabiano.

I've deleted the old code in fedorahosted and pushed a readme pointing
to the new location.

The website is updated with new links.

You can update your local GIT checkout to point to the new location
as follows:

 - Remove old location

   git remote rm origin

 - Add new location, either for commit access:

   git remote add origin git at gitlab.com:libosinfo/libosinfo.git

   or readonly access

   git remote add origin https://gitlab.com/libosinfo/libosinfo.git

 - Setup local master to point to new location

   git fetch origin
   git branch --set-upstream-to origin/master master

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the Libosinfo mailing list