Patrick Georgi merged this change.

View Change

Approvals: Patrick Georgi: Verified; Looks good to me, approved
Allow only "flashrom developers" to submit (on all branches).

Change-Id: I8dfc594c60292d03a36854f592c540e052c09c03
Reviewed-on: https://review.coreboot.org/22338
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: Patrick Georgi <pgeorgi@google.com>
---
M project.config
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/project.config b/project.config
index 157e80a..beb4ff3 100644
--- a/project.config
+++ b/project.config
@@ -4,12 +4,6 @@
requireChangeId = true
[submit]
action = cherry pick
-[access "refs/heads/stable"]
- exclusiveGroupPermissions = submit
- submit = group flashrom developers
-[access "refs/heads/staging"]
- submit = group flashrom developers
- exclusiveGroupPermissions = submit
[access "refs/tags/*"]
push = +force group flashrom developers
exclusiveGroupPermissions = push
@@ -39,10 +33,11 @@
owner = group user/Nico Huber (Nico)
owner = group user/Stefan Tauner (stefanct)
[access "refs/heads/*"]
- exclusiveGroupPermissions = create delete
+ exclusiveGroupPermissions = create delete submit
create = group user/David Hendricks (dhendrix)
create = group user/Nico Huber (Nico)
create = group user/Stefan Tauner (stefanct)
delete = group user/David Hendricks (dhendrix)
delete = group user/Nico Huber (Nico)
delete = group user/Stefan Tauner (stefanct)
+ submit = group flashrom developers

To view, visit change 22338. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: refs/meta/config
Gerrit-MessageType: merged
Gerrit-Change-Id: I8dfc594c60292d03a36854f592c540e052c09c03
Gerrit-Change-Number: 22338
Gerrit-PatchSet: 4
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>