I have gerrit up and running I have committed my first initial change. However, I can only see the Code Review on the Review page. I went to the access page for All-Projects (from which my project inherits its ACLs) and added the Label Verify for administrators. I log into the administrator account but am unable to verify my change and push. Below is a screen shots of what I think to be correct configuration, and a screen shot of the verify label not appearing.
What is the correct way to get the verify label to show up so I can push my change?
you put the
label-Verified
line in therefs/meta/config
stanza. It needs to be inrefs/heads/*
or similar.[access "refs/heads/*"] label-Verified = -1..+1 group Administrators
for example.
You need to manually add the change to have the Verified option. You may follow the below options:
No you will be able to see project.config file. Keep the below block to that file:
Now commit and push this change to remote.
That's all, now you will be able to see the Verified option as well.