commit | 3df01eb1c607f2a316810550b51b5965863a26a3 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Thu Aug 11 11:23:53 2016 -0400 |
committer | Hugo Arès <hugo.ares@ericsson.com> | Thu Aug 11 17:22:10 2016 +0000 |
tree | db45e47110b440aa82497080ebaf4cc0810fe625 | |
parent | c62eee3b8cc0d799951d360429a5f97581398ddb [diff] |
Fix online reindexer not starting Since Ie88b7effd, the online reindexer was no longer starting automatically. Before that change, the OnlineReindexer was only created if index version was not the latest. The intention of that change was to always create the OnlineReindexer for the latest index version to allow forcing a reindex using the ssh command. The problem is that the way it was implemented, the OnlineReindexer was created but never started. Fix this by always creating the OnlineReindexer and starting it if index version is not latest. Change-Id: I34c99c041d4665a3dbe76aaeb70e5e759f827ceb
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 IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck 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>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.