
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39049#comment-39049 ] Barak Korren commented on OVIRT-2683: ------------------------------------- Hi Martin, I'm not sure why you're not able to edit the configuration from the gui, but you can probably submit the changes you need from the command line by running the following commands from a local engine clone: {code} git fetch origin refs/meta/config:meta-config git checkout meta-config {code} One you did that you can edit the {{reviewers.config}} file and then send a patch with: {code} git push origin HEAD:refs/for/refs/meta/config {code}
Add rules for default reviwewers --------------------------------
Key: OVIRT-2683 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2683 Project: oVirt - virtualization made easy Issue Type: Task Reporter: Martin Perina Assignee: infra
Hi Evgheni, I tried to change default reviewers using gerrit UI in the ovirt-engine project settings in Reviwers tab, but unfortunately it's readonly. Could you please add following rules so I'm notified automatically for relevant changes? {noformat} file:dao mperina@redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/.*/hostdeploy/.* mperina@redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/host/.* mperina@redhat.com
file:^backend/manager/modules/.*/org/ovirt/engine/core/bll/pm/.* mperina@redhat.com
^packaging/playbooks/.* mperina@redhat.com
^packaging/dbscripts/.* mperina@redhat.com {noformat} Thanks Martin
-- This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100098)