Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: gerrit 2.13.5-1
Git Clone URL: | https://aur-dev.archlinux.org/gerrit.git (read-only) |
---|---|
Package Base: | gerrit |
Description: | A web-based code review tool built on top of the Git version control system |
Upstream URL: | https://www.gerritcodereview.com/ |
Licenses: | |
Submitter: | marcelhuber |
Maintainer: | calcmogul |
Last Packager: | calcmogul |
Votes: | 15 |
Popularity: | 0.431880 |
First Submitted: | 2012-08-24 08:47 |
Last Updated: | 2017-01-09 00:31 |
Dependencies (4)
- java-runtime (java-gcj-compat, jdk6, jdk5, denix-jdk8, jre8-openjdk-jetbrains-git, server-jre, jre7-openjdk-infinality, tuxjdk, jdk-arm, jre8-openjdk-jetbrains, intellij-jdk, jre8-openjdk-infinality, jdk, jdk7, jre, jre6, jre7, jdk-devel, jre-devel, jre7-openjdk, jre8-openjdk)
- libcups (libcups-ipp14)
- ttf-dejavu (ttf-dejavu-snapshot, ttf-dejavu-emojiless)
- bcprov (optional) – Java cryptography APIs (Bouncy Castle)
Latest Comments
jetm commented on 2015-09-02 23:22
Hello,
I have found a couple issues:
1. After Gerrit is installed says:
To initialize gerrit, see http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/index.html
That link is broken and it should be says:
To initialize gerrit, see https://gerrit-documentation.storage.googleapis.com/Documentation/2.11.3/index.html
2. The new Upstream URL is: https://www.gerritcodereview.com/
Thanks!
DevPump commented on 2015-04-06 17:42
A new version was released: http://gerrit-releases.storage.googleapis.com/gerrit-2.10.2.war
zxiiro commented on 2013-05-09 11:25
ottoshmidt, Thanks my problem was that I wasn't the maintainer of the package so I was not allowed to upload an update.
ottoshmidt commented on 2013-05-09 08:51
zxiiro, take a look at https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Sharing_and_maintaining_packages
ottoshmidt commented on 2013-05-09 08:50
https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Sharing_and_maintaining_packages
zxiiro commented on 2013-05-07 01:51
How can I submit an updated PKGBUILD for this?
marcelhuber commented on 2012-09-08 10:26
It might be related to a connection to your mysql server/database as I found in this post, see post #2, #3 and #8: http://ubuntuforums.org/showthread.php?t=991141
Check if mysql allows connections from localhost.
If it still does not work please search on or ask on the 'Repo and Gerrit' google group found here: https://groups.google.com/forum/?fromgroups=#!forum/repo-discuss
I am using the H2 database without any problems so far.
ottoshmidt commented on 2012-09-08 09:10
When i run java -jar /usr/share/java/gerrit/gerrit.war init -d /var/lib/gerrit I finally get this:
fatal: DbInjector failed
fatal: Unable to determine SqlDialect
fatal: caused by com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
fatal:
fatal: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
fatal: caused by com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
fatal:
fatal: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
fatal: caused by java.net.ConnectException: Connection refused