Merge "Disable change.move and enableSignedPush in gerrit"

This commit is contained in:
Zuul 2020-11-17 21:22:50 +00:00 committed by Gerrit Code Review
commit 0221406ac1

View File

@ -69,8 +69,10 @@
email = review@openstack.org email = review@openstack.org
[change] [change]
allowDrafts = false allowDrafts = false
move = false
[receive] [receive]
maxObjectSizeLimit = 100 m maxObjectSizeLimit = 100 m
enableSignedPush = false
[commentlink "bugheader"] [commentlink "bugheader"]
match = "([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)" match = "([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)"
link = "https://launchpad.net/bugs/$2" link = "https://launchpad.net/bugs/$2"