Hi Mark, To the best of my knowledge, as of 2013-12-18, you must use a locally hosted clone to set up gitlab with review board. The two tools will be able to integrate more directly once the following bug is fixed:
http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api I'd recommend creating a gitlab service account specifically for Review Board. That way, you can grant the RB account 'Reporter' permissions (read only) for any repository you want to set up for code review. After this service account is created there are a couple more setup steps. On your review board server, generate a ssh key (ssh-keygen) and add it to the new service account in gitlab Once all this has been done, see the instructions here for setting up a local clone on the review board server: http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#local-clone On a related note, gitlab + review board seems to be a somewhat hot deployment right now. I've seen several different threads discussing it within the past two months. Walt From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, December 19, 2013 4:54 PM To: [email protected] Subject: How to add ssh key to gitlab ? Hi, all. When adding a git repo to RB, how do you add the RB ssh key to the gitlab server ? I'm not sure which gitlab account to use. If you don't specify an user/password to the git repo, does RB authenticate to gitlab as user "git" ? Thanks Mark -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
