| commit | 7143864bc36ad43a2fb9eba689ec73fc3d6aa75a | [log] [tgz] |
|---|---|---|
| author | Marco Miller <marco.miller@ericsson.com> | Fri Mar 13 20:48:46 2020 -0400 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 14 00:48:46 2020 +0000 |
| tree | b3657215e45370b8fa3f5e750d3dfbe62370113c | |
| parent | 77e1b0ea679f5218e64dcdf66774fb511dc5fd24 [diff] |
Update git submodules
* Update plugins/delete-project from branch 'stable-3.0'
to e3ce8db351296898f148504e457e919d59275bd6
- Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Bump Bazel version to 2.2.0
Bump required Bazel version to 2.1.0
Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
Documentation: Refactor to match other plugin documentation
Add an empty tools/BUILD file explicitly for Bazel
Upgrade bazlets to latest stable-2.16
Upgrade bazlets to latest stable-2.16
Upgrade bazlets to latest stable-2.15
Upgrade bazlets to latest stable-2.14
config.md: Correct formatting of config values
Change-Id: I8cc6f59eaf1bc33b9d37b7ec56c74181d9aff4f3
- Bump Bazel version to 2.2.0
Change-Id: I99ff8e092876995f26eafaa9f856b7fb43ab30e9
- Bump required Bazel version to 2.1.0
Change-Id: Ibdf0b58a1681de0eb264a7d1799f2a134c2a83b9
- Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
Change-Id: Ie7cdec72932cf1e1428a7775f9ac4e7e81f60e8a
- Documentation: Refactor to match other plugin documentation
Replace hard-coded command for plugin in-tree testing.
Change-Id: I6b3c561fa1573ac0ab02307abed301a357e1cd2b
- Add an empty tools/BUILD file explicitly for Bazel
To make sure that all plugins consistently have empty BUILD files
within their tools.
Change-Id: I0197cbfae340df999cc6aaca826802827fd90e44
- Merge "config.md: Correct formatting of config values" into stable-2.16
- Upgrade bazlets to latest stable-2.16
As the previously used commit was locally verified but not the one
merged in after reviewing.
Change-Id: I9e8c5233787b539a741b4f529c08674f8707ea74
- Upgrade bazlets to latest stable-2.16
To use the now mandatory https protocol for MAVEN_CENTRAL.
Adapt rules_closure consumption.
Bug: Issue 12170
Change-Id: Idfdfbf0dc7bc8faa5c1bb562998bdb0b4396fbf7
- Merge branch 'stable-2.15' into stable-2.16
* stable-2.15:
Upgrade bazlets to latest stable-2.15
Upgrade bazlets to latest stable-2.14
Change-Id: I72594fb6112f20e89f3f0a159fd9d5f4dbd842ce
- Upgrade bazlets to latest stable-2.15
To use the now mandatory https protocol for MAVEN_CENTRAL.
Bug: Issue 12170
Change-Id: Id89d93b902c2d056fe675ec1a5db4162ca3bb381
- Merge branch 'stable-2.14' into stable-2.15
* stable-2.14:
Upgrade bazlets to latest stable-2.14
Change-Id: I70238ffa74951463a4b99f6806858693125afd46
- Upgrade bazlets to latest stable-2.14
To use the now mandatory https protocol for MAVEN_CENTRAL.
Bug: Issue 12170
Change-Id: Ia26b21a828a9d1fa47bef35e6ec82eee41d21357
- config.md: Correct formatting of config values
Change-Id: I901be6870c9f995f01711a0ba613f1c95f486721
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
cd gerrit && bazel build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 7 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-centos7[:version]
To run a Ubuntu 15.04 based Gerrit image:
docker run -p 8080:8080 gerritforge/gerrit-ubuntu15.04[:version]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.