Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Gerrit Code Review running

I finally got Gerrit Code Review going.

You first need to manually register a user account.  I hacked up
a little Perl CGI to handle this.  We really would want to obtain
the user data from Bugzilla rather than our own database, but we
don't yet have access to the Bugzilla based directory.  Under the
hood its our own OpenLDAP install running, but in theory we would
use the eclipse.org LDAP server instead.

To register an account, point your browser at:

  http://egit.eclipse.org/register


I've already uploaded a change from Bugzilla:

  bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=290562
  review:   http://egit.eclipse.org/r/1
  gitweb:   http://egit.eclipse.org/w/?p=egit/parallelip-egit.git;a=commit;h=dde9bbaf73075825611601f2f741ec16e68cf08e


-- 
Shawn.


Back to the top