Gerrit version 2.11 is now available.
Release highlights:
- Inline editing in the browser
- Removal of the old change screen
- Many improvements in the change screen UI
Release notes:
https://gerrit-documentation.storage.googleapis.com/ReleaseNotes/ReleaseNotes-2.11.html
Download:
https://gerrit-releases.storage.googleapis.com/gerrit-2.11.war
Documentation:
https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/index.html
Native packages:
If you have already installed Gerrit 2.10 using them, you need to execute:
(on Debian / Ubuntu)
apt-get update & apt-get install gerrit
(on CentOS / RedHat)
yum clean all && yum install gerrit
If you have not configured yet the GerritForge / BinTray repositories, please follow the instructions at:
https://gitenterprise.me/2015/02/27/gerrit-2-10-rpm-and-debian-packages-available/
Yet again, Gerrit delivers new features and cutting-edge technology improvements for Git and Code Review for the Enterprise!
Tried updating using the package from 2.10.2 and I am getting the following.
Setting up gerrit (2.11-1) …
Initialising Gerrit site … FAILED
dpkg: error processing package gerrit (–configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
gerrit
I use a mysql database and ldap for user management. Is there a step I am missing?
As you can see from the output, the gerrit init has failed. You can find the reason of the failure on /tmp/gerrit-installer.log
Just what I needed thanks. Found the issue. I had to manually create the index changes_byprojectopen in postgres as it was trying to drop it and it didn’t exist. Manually created it then it finished.