--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I don't think you even need prolog to disable self review. You can use the change owner permission on a label and just set it to deny.
--
Martin
AFAIK you can BLOCK voting on label ranges, although the UI doesn't support it.
--
Tried that "label-Code-Review = block -2..+2 group Change Owner" thing on All-Projects, it works as intended.
Nobody can +2 his own change in children projects.
Now, is there any way to override this setting for individual projects?
We have, like, 30 projects and we want this rule almost everywhere except some "special" ones.
Docs say BLOCK rules are not overridable, and DENY rules do not work for me for some reason (maybe priority thing? Never figured out how ALLOW/DENY rules play together, docs are sparse).
Maybe it would be better to try submit rules?
How are those inherited, can they be overriden?
--
2014-09-16 9:35 GMT+02:00 Martin Waitz <martin...@gmail.com>:Hi,
Am Montag, 15. September 2014 18:14:30 UTC+2 schrieb Khai Do:I don't think you even need prolog to disable self review. You can use the change owner permission on a label and just set it to deny.
It's not that simple, as there is no 'deny' for labels, all the ranges are simply combined.
We'd need a new 'restrict' flag next to the 'exclusive' one for review labels...AFAIK you can BLOCK voting on label ranges, although the UI doesn't support it.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/repo-discuss/_TVvO1uP-R8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to repo-discuss...@googlegroups.com.
Change contains a project configuratiChange contains a project configuration that changes the parent project.
The change must be submitted by a Gerrit administrator.on that changes the parent project.
The change must be submitted by a Gerrit administrator.
What I tried to do was to configure "rhos-infra/cloud-config" ACL to use "rhos-infra/acl" project.
Somehow the error seems really weird because I really doubt gerrithub.io admins do have time to perform manual ACL management :D
PS. You can see the change that fails a https://review.gerrithub.io/#/c/387580/
So what is the process I need to follow to assure that we use only one gerrit project for ACL management?