娜尼的妮妮

导航

Gerrit让所有仓库变成只读的方法

参考https://stackoverflow.com/questions/41975528/make-all-gerrit-repositories-read-only

在特定时候需要把gerrit设置为只读模式,比如备份gerrit数据,可以用如下方法

Just set "ALLOW Read" in "refs/*" reference for "Anonymous Users" group (all users signed in or not) or "Registered Users" group (all signed in users) at the "All Projects" project and set "Rights Inherit From" to "All Projects" for all repositories in Gerrit.

To change project permissions go to: Projects > List > Select-the-project > Access

把All project 中的refs/* 设置为ALLOW Read, push , write 相关的权限全部关闭即可

 

posted on 2021-10-27 18:50  娜尼的妮妮  阅读(187)  评论(0编辑  收藏  举报