Merge branch 'stable-3.10' * stable-3.10: Format BUILD file Simplify the inclusion of //plugins/replication Revert "Do not include replication and delete-project into the jar" Modernize Gerrit image to version 3.10.0-almalinux9 Change-Id: If503ab21b377c419f3fe92770b733f54d2a95a96
diff --git a/BUILD b/BUILD index 082923a..97cebea 100644 --- a/BUILD +++ b/BUILD
@@ -16,11 +16,11 @@ ], resources = glob(["src/main/resources/**/*"]), deps = [ - ":delete-project", ":events-broker-neverlink", ":healthcheck-neverlink", - ":replication", "//lib/commons:io", + "//plugins/delete-project", + "//plugins/replication", "@commons-lang3//jar", ], ) @@ -95,13 +95,3 @@ neverlink = 1, exports = ["//plugins/healthcheck"], ) - -java_library( - name = "replication", - exports = ["//plugins/replication"], -) - -java_library( - name = "delete-project", - exports = ["//plugins/delete-project"], -)
diff --git a/example-setup/broker/Dockerfile b/example-setup/broker/Dockerfile index 9ed7944..8419c8e 100644 --- a/example-setup/broker/Dockerfile +++ b/example-setup/broker/Dockerfile
@@ -1,4 +1,4 @@ -FROM gerritcodereview/gerrit:3.9.0-rc4-almalinux9 +FROM gerritcodereview/gerrit:3.10.0-almalinux9 USER root
diff --git a/example-setup/http/Dockerfile b/example-setup/http/Dockerfile index 32a475e..4a824a7 100644 --- a/example-setup/http/Dockerfile +++ b/example-setup/http/Dockerfile
@@ -1,4 +1,4 @@ -FROM gerritcodereview/gerrit:3.9.0-rc4-almalinux9 +FROM gerritcodereview/gerrit:3.10.0-almalinux9 USER root
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md index bfc2974..247ff23 100644 --- a/src/main/resources/Documentation/about.md +++ b/src/main/resources/Documentation/about.md
@@ -12,13 +12,6 @@ local path as replication source. This makes e.g. sense if a network share is mounted to which the repositories should be replicated from. -Installation ------------- - -This plugin depends on the replication and delete-project plugins, -therefore requires them to be installed as well into the -`$GERRIT_SITE/plugins` directory. - Access ------