首页 > gerrit 同步代码到 gitlab 上

gerrit 同步代码到 gitlab 上

我在 docker 上面部署了 gerritgitlab, 现在两个系统都能正常运作, 不过 gerritrepo 是独立与 gitlab

现在我想做如下流程, gitlab-repo 指在 gitlab 上的代码库, gerrit-repo 指在 gerrit 上的代码库

  1. gitlab-repo 上获取代码

  2. 本地修改, 提交

  3. pushgerrit-repo

  4. 其他人进行 codereview

  5. 审核完成后, gerrit 自动将代码 mergegitlab-repo

  6. 其他人员从 gitlab-repo 上获取代码继续开发

现在其他的都没有问题, 就是 第五步 不知道如何实现, 大体翻了下官方文档没找到...

【热门文章】
【热门文章】