From 31a522837c3ffa4d66e3aaf24585a9a5f6721589 Mon Sep 17 00:00:00 2001 From: Ramy Asselin Date: Wed, 9 Jul 2014 14:36:44 -0700 Subject: [PATCH] Remove push_change_refs from documentation push_change_refs was removed from the code. Remove it from the docs. Change-Id: Ifdc1d882da3a3f446a56e55cf9487a2137eb6073 --- doc/source/merger.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/merger.rst b/doc/source/merger.rst index e7a9666bf9..e01bc8c7df 100644 --- a/doc/source/merger.rst +++ b/doc/source/merger.rst @@ -52,9 +52,6 @@ configure Apache to do so using the following directives:: AliasMatch ^/p/(.*/objects/pack/pack-[0-9a-f]{40}.(pack|idx))$ /var/lib/zuul/git/$1 ScriptAlias /p/ /usr/lib/git-core/git-http-backend/ -And set ``push_change_refs`` to ``false`` (the default) in the -``zuul`` section of zuul.conf. - Note that Zuul's Git repositories are not bare, which means they have a working tree, and are not suitable for public consumption (for instance, a clone will produce a repository in an unpredictable state