This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] Moving our repositories to GitHub

Asheesh Laroia lists at asheesh.org
Mon Feb 13 02:41:07 UTC 2012


Excerpts from Asheesh Laroia's message of Thu Feb 09 18:28:49 -0500 2012:
> Hey all,
> 
> As per a thread a few months ago, we seemed to reach consensus on moving 
> our repositories from Gitorious to github.
> 
> (Old thread: 
> http://lists.openhatch.org/pipermail/devel/2011-November/002521.html )
> 
> I'm planning to tackle that in the next few days. Here's what that will 
> mean:
> 
> For oh-mainline
> ---------------
> 
> Thu Feb 9 <-> Sun Feb 12: All changes will be made to both Gitorious and 
> Github
> 
> (During this period I'll update documentation and scripts to rely on 
> Github, not Gitorious.)
> 
> Mon Feb 13: The Gitorious repository will be adjusted to simply contain a 
> WE_HAVE_MOVED.txt file, and no further commits will get pushed there.

oh-mainline has moved to Github. Check it out:

Gitorious contains only a WE_HAVE_MOVED.txt:
    https://gitorious.org/openhatch/oh-mainline/trees/master

Github contains the real action:
    https://github.com/openhatch/oh-mainline

In order for your local repository to be updated, do this:

   git remote rm origin
   git remote add origin git://github.com/openhatch/oh-mainline.git

I believe I've updated everything on the servers, and documentation:

* Jenkins (AKA Hudson)
* Pages on the wiki
* INSTALLATION.mkd
* The main deployment's .git/config (and on linode2)

Welcome to the future.

-- Asheesh.


More information about the Devel mailing list