commit | 8d7ffeeb1a3dac2cdfaed9d9cb1eae2f526826a5 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 02 13:29:33 2023 +0100 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Thu Feb 02 13:29:33 2023 +0100 |
tree | ab447d150366b0544c9fa0ad3cbb078d1e22be06 | |
parent | e714473acd50a425660f5cbb0b9b6b115232dbd3 [diff] |
Remove line only containing an orphaned semicolon Change-Id: Idf91d23633c93bf3cb57a036e1d689d1ef457569
This plugin allows a systematic collection of repository metrics. Metrics are updated upon a ref-update
receive.
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 git clone https://gerrit.googlesource.com/plugins/git-repo-metrics pushd gerrit/plugins && ln -s ../../git-repo-metrics . && popd cd gerrit && bazel build plugins/git-repo-metrics
The output plugin jar is created in:
bazel-genfiles/plugins/git-repo-metrics/git-repo-metrics.jar
Copy the git-repo-metrics.jar into the Gerrit's /plugins directory and wait for the plugin to be automatically loaded.
More information about the plugin configuration can be found in the config.md file.