Remove step for uninstalling the find-owners plugin from setup guide
The find-owners plugin was used at Google before we had the code-owners
plugin. All usages of the find-owners plugin have been migrated to the
code-owners plugin and the find-owners plugin has been removed. Hence
the step to uninstall the find-owners plugin is no longer needed.
Change-Id: I2a1488229214f950aeecc0a8c242136da8ceb13f
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/resources/Documentation/setup-guide.md b/resources/Documentation/setup-guide.md
index 15ed0d4..af9c08f 100644
--- a/resources/Documentation/setup-guide.md
+++ b/resources/Documentation/setup-guide.md
@@ -21,7 +21,6 @@
8. [Optional Configuration](#optionalConfiguration)
9. [Stop using the find-owners Prolog submit rule](#stopUsingFindOwners)
10. [Add an initial code owner configuration at root level](#configureCodeOwners)
-11. [Disable/uninstall the find-owners plugin](#disableFindOwnersPlugin)
Recommendations about further configuration parameters can be found in the
[config guide](config-guide.html).
@@ -367,10 +366,6 @@
[exemptions](user-guide.html#codeOwnerExemptions) are not working (as they are
not supported by the `find-owners` plugin).
-**NOTE:** Do not yet disable/uninstall the `find-owners` plugin, see
-[below](#disableFindOwnersPlugin) which preconditions needs to be fulfilled for
-this.
-
### <a id="configureCodeOwners">10. Add an initial code owner configuration at root level
By enabling the code owners functionality, a code owner approval from code
@@ -410,19 +405,6 @@
define default code owners in the `refs/meta/config` branch, that then apply to
all branches (also see [config guide](config-guide.html#codeOwners)).
-### <a id="disableFindOwnersPlugin">11. Disable/uninstall the find-owners plugin
-
-If the `find-owners` plugin has been used so far, you likely want to
-disable/uninstall it after the `code-owners` plugin has been set up. Before
-doing this it is important to remove all usages of the [find-owners Prolog
-predicates](https://gerrit.googlesource.com/plugins/find-owners/+/HEAD/src/main/resources/Documentation/config.md#submit-rules-and-filters)
-from all Prolog submit rules and filters. If the find-owners Prolog predicates
-are still used when the `find-owners` plugin is disabled/uninstalled, they can
-no longer be resolved which breaks the submit rules using them. If submit rules
-are broken, changes cannot be submitted, which most users would consider an
-outage. Hence before disabling/uninstalling the `find-owners` plugin you want
-to be sure that the find-owners Prolog predicates are no longer used.
-
---
Back to [@PLUGIN@ documentation index](index.html)