code review - import repository feature in gerrit -
i have switched gitlab gerrit , wondering if there feature of importing existing repositories in gerrit (like in gitlab create new project page). according documentation can ssh repos after creating new project , want provide such senario :-
- hook new project existing repo such new commit in repo may trigger creation of new patch set code review in gerrit.
one way write backhand script,but question , there decent way ?
thanks
gerrit wants manage repositories. needs own hooks fire, , magical refs/for/foo
branches work.
you're going have push repositories gerrit, , submit code reviews there.
you could create ref-updated
hook in original repository looks @ incoming patches , creates gerrit review requests them, going script indicated not wanting write.
Comments
Post a Comment