| commit | 11f8c479f625c1a726e7a56c4854091783acb275 | [log] [tgz] |
|---|---|---|
| author | Marco Miller <marco.miller@ericsson.com> | Fri Mar 13 20:49:04 2020 -0400 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 14 00:49:04 2020 +0000 |
| tree | 334746dcf27e3d8ceba560f0b261bc8b8f620dfb | |
| parent | 7143864bc36ad43a2fb9eba689ec73fc3d6aa75a [diff] |
Update git submodules
* Update plugins/gitiles from branch 'stable-3.0'
to 807dc87dfdcd254afc2d0a864a7f543ef8628fcb
- 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: Add missing footer that links to plugin index page
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
Change-Id: Ia85129611b6f4b110e2b298c108d23668b1908a5
- Bump Bazel version to 2.2.0
Change-Id: I409883c778236176cb80368e71c2df0b877b395f
- Bump required Bazel version to 2.1.0
Change-Id: I2b85f666c39fc7d6d69022dcd695e07891fe9352
- Upgrade bazlets to latest stable-2.16 to build with 2.16.16 API
Change-Id: I204aa0b0784c953ae52f7db62907dda81690af22
- Documentation: Add missing footer that links to plugin index page
Change-Id: If5be574b2848ba308227e2019fcf2162693e36cc
- Documentation: Refactor to match other plugin documentation
Replace hard-coded command for plugin in-tree build.
Change-Id: Icd2027015c55d5adfe4bbb2950284d4f8743215e
- 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: I50809c0235f8de7f86e9ee4bffd32397b393afa3
- 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: Ie5318222100ee61efa3b4edda02d66396bc818a8
- Upgrade bazlets to latest stable-2.16
To use the now mandatory https protocol for MAVEN_CENTRAL.
Bug: Issue 12170
Change-Id: I4d587f6cb68475408eaddc47be0ccbe48e23b82d
- 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: Ia796ff684b366d14a5c83c4ffd685990a27b7048
- Upgrade bazlets to latest stable-2.15
To use the now mandatory https protocol for MAVEN_CENTRAL.
Bug: Issue 12170
Change-Id: Ib095fee3b86ec63b43bd871845efc6058e1e2c65
- Merge branch 'stable-2.14' into stable-2.15
* stable-2.14:
Upgrade bazlets to latest stable-2.14
Change-Id: I38a326f8bea6da058a37e70eedc54ad3a7148e00
- Upgrade bazlets to latest stable-2.14
To use the now mandatory https protocol for MAVEN_CENTRAL.
Bug: Issue 12170
Change-Id: I1ee528cb199eb1bf5153a60f1e1adfe09ee1d6a7
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.