Gerrit Prolog规则:入门

时间:2013-12-03 16:02:52

标签: prolog gerrit

我想改变gerrit的提交规则,但不知怎的,我似乎无法按照cookbook中描述的步骤进行操作(例如: http://saros-build.imp.fu-berlin.de/gerrit/Documentation/prolog-cookbook.html#_the_rules_pl_file

在我的本地gerrit系统上,我只创建了一个空项目

ssh user@localhost -p 29418 gerrit create-project --empty-commit --name demo-project

接下来我克隆了新项目

git clone ssh://user@localhost:29418/demo-project

然后根据我试过的描述

/demo-projectmaster% git fetch origin refs/meta/config:config

导致

fatal: Couldn't find remote ref refs/meta/config
你告诉我我做错了吗?感觉像非常基本的东西...... 谢谢, JS

1 个答案:

答案 0 :(得分:0)

这是由于缺少访问标准。 尽管用户在管理员组中,但我必须(在gerrit中)授予用户对refs / meta / config的显式读/提权。

约克