Thank you Trond, respect to git master!

I reflected the change to http://hub.opensolaris.org/bin/view/Project+opengrok/files
and http://hub.opensolaris.org/bin/view/Project+opengrok/builddescription

I will try to change repository docs and the build script to take the minor build number from git now (instead of hg) (I assume we have now a broken build script in git, since it will try to call hg identify on a non repo)

let's see if we get the patches rolling now! :)

cheers
Lubos

On 8.1.2013 13:51, Trond Norbye wrote:
Hi!

We've been using Mercurial as the source control management system for OpenGrok for some years now, and for most of the things we've been doing its been working fine.

As of today we want to move the development of OpenGrok from Mercurial to Git (and hopefully get a gerrit server up'n'running (see: http://code.google.com/p/gerrit/ ) to make it easier for more people to get involved in the development of OpenGrok (and make it easier for us to merge patches etc).

Please note that the _only_ thing that change is the location of the master source repository. As of today please use: https://github.com/OpenGrok

The new method to check out the git repository is now:

git clone git://github.com/OpenGrok/OpenGrok <http://github.com/OpenGrok/OpenGrok>

when you've got a patch you'd like to submit to us you can either do that via a pull request on github, or send the patch to the mailing list. You create the patch(es) from:

git format-patch HEAD^
(HEAD^ creates a patch file from the latest patch in your repository).

Happy hacking folks!

Cheers,

Trond


_______________________________________________
opengrok-dev mailing list
opengrok-...@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

_______________________________________________
opengrok-discuss mailing list
opengrok-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss

Reply via email to