commit | 5713ff0d3b7b8f1da5ed3bdc2ef5cc064e8ff694 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sun Sep 24 16:17:36 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Oct 23 20:31:22 2023 +0000 |
tree | 471c3fa2861d40f2212f1257a928eead742beeb5 | |
parent | c70e9b639fdc83232a43e27cafb4461e9bee82dd [diff] |
Add README.md with an overview of the plugin and links to docs Change-Id: I814a58035e3c52d072454aa9e72f42975bb6550c
This plugin populates Gerrit users' avatar images from the popular Gravatar platform using the MD5 code of the user's preferred email.
Clone or link this plugin to the plugins directory of Gerrit‘s source tree, and then run bazel build on the plugin’s directory.
Example:
git clone --recursive https://gerrit.googlesource.com/gerrit cd plugins git clone "https://gerrit.googlesource.com/modules/avatars-gravatar" cd .. && bazelisk build plugins/avatars-gravatar
The output plugin jar is created in bazel-bin/plugins/avatars-gravatar/avatars-gravatar.jar
Copy the avatars-gravatar.jar
into the ${GERRIT_SITE}/plugins/
and start Gerrit Code Review.
The plugin configuration is read from $GERRIT_SITE/etc/gerrit.config, see the config.md documentation for more details on the individual settings.