I created a project and set it to inherit rights from the wrong project (we have a generic set of rights and I need Label Verified which is included in our Verified-Projects). Is there a way to change the inherited rights to a different project or should I just leave it as is and add the additional access rights.
--thanks,Ken
--
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/groups/opt_out.
2013/9/26 Kenneth Heitke <khe...@gmail.com>I created a project and set it to inherit rights from the wrong project (we have a generic set of rights and I need Label Verified which is included in our Verified-Projects). Is there a way to change the inherited rights to a different project or should I just leave it as is and add the additional access rights.You can change the parent project via SSH
https://gerrit-review.googlesource.com/Documentation/cmd-set-project-parent.html
or REST
https://gerrit-review.googlesource.com/Documentation/rest-api-projects.html#set-project-parent
The REST endpoint is not available in all Gerrit versions.