commit | 2f463649508e786a86451caa72501d0f165b3999 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Wed Aug 17 14:41:42 2016 -0400 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Aug 18 02:45:45 2016 +0000 |
tree | 7f14d4ec4c388e18da2def8f2d0ae663e083afb0 | |
parent | 9a662a0755547a6d115922912930a0ef8d063e88 [diff] |
Schedule log file compression at 11:00pm Log file compression was happening every 24 hours but the exact time was depending on when Gerrit was started. First execution was 1 hour after Gerrit is started and then every 24 hours. This behavior could confuse Gerrit administrators because it looks like log compression is random. Since logs are rotated upon first logging event after midnight, compressing logs at 11:00pm should give enough time for all logs to rotate, worst case they will be compressed the day after. Change-Id: I81d4df8c57996a483378f6107cd6db561fa0d670
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.