commit | 541d9747d73922b105b7a59e53e99bd003ffa3a6 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Oct 19 10:44:40 2016 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Wed Oct 19 13:00:14 2016 +0200 |
tree | 5d14c248830e81ec9a692cbe429150f543905ca6 | |
parent | d97d02de9fb0008c8652edfd74c30102b864ccce [diff] |
AllProjectsCreator: Allow admins and owners to create refs/meta/config Nowadays when a project is created in Gerrit it always has a refs/meta/config branch, but the refs/meta/config branch may be missing for imported projects. In this case it is good if the Gerrit administrators and the project owners can just create the missing refs/meta/config branch. Add a schema migration that grants the 'Create Reference' access right on refs/meta/config to all administrator groups and project owners in All-Projects. Also old projects may miss the refs/meta/config branch and having this 'Create Reference' permission on refs/meta/config assigned makes it easy to add the missing refs/meta/config branch for these projects. Change-Id: I634bd21189196b479eb6d4b578d684bc9b54d49c Signed-off-by: Edwin Kempin <ekempin@google.com>
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.