diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-17 16:40:01 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-03-17 18:53:25 +0000 |
commit | fcc05a43d23452fd5bf9b8bebf0c51b723b87916 (patch) | |
tree | d3c0ad78d88f9bace7b318363ad6065a06ec9edb /baserock_gerrit/All-Projects/project.config | |
parent | b69dc4572ac29ddabd30637685242f7b5505322d (diff) | |
download | infrastructure-fcc05a43d23452fd5bf9b8bebf0c51b723b87916.tar.gz |
gerrit: Add helpful comments to various configuration files
This hopefully makes the definitions for gerrit.baserock.org more easy
for others to adapt.
Diffstat (limited to 'baserock_gerrit/All-Projects/project.config')
-rw-r--r-- | baserock_gerrit/All-Projects/project.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/baserock_gerrit/All-Projects/project.config b/baserock_gerrit/All-Projects/project.config index 0b16b280..acf859d2 100644 --- a/baserock_gerrit/All-Projects/project.config +++ b/baserock_gerrit/All-Projects/project.config @@ -9,6 +9,9 @@ # https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/access-control.html # https://git.openstack.org/cgit/openstack-infra/system-config/tree/doc/source/gerrit.rst +# To deploy changes to this file, you need to manually commit it and push it to +# the 'refs/meta/config' ref of the All-Projects repo in Gerrit. + [project] description = Access inherited by all other projects. |