Search Criteria
Package Details: gerrit 3.10.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gerrit.git (read-only, click to copy) |
---|---|
Package Base: | gerrit |
Description: | Web-based code review tool built on top of Git |
Upstream URL: | https://gerritcodereview.com/ |
Keywords: | code code-review self-host version-control |
Licenses: | Apache-2.0 |
Submitter: | marcelhuber |
Maintainer: | tarball |
Last Packager: | tarball |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-24 08:47 (UTC) |
Last Updated: | 2024-10-09 17:32 (UTC) |
Dependencies (4)
- java-runtime-headless (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdg-headlessAUR, jre16-openjdk-headlessAUR, jre14-openjdk-headlessAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdk-headlessAUR, amazon-corretto-19-binAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jre-openj9-headlessAUR, jre12-openjdk-headlessAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jre13-openjdk-headlessAUR, jre15-openjdk-headlessAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jre19-openjdk-headlessAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, zing-21-binAUR, zing-8-binAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefield-headlessAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre-openjdk-headless, jre11-openjdk, jre11-openjdk-headless, jre17-openjdk, jre17-openjdk-headless, jre21-openjdk, jre21-openjdk-headless, jre8-openjdk-headless)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- bcprov (optional) – Java cryptography APIs (Bouncy Castle)
Latest Comments
1 2 Next › Last »
tarball commented on 2023-06-20 16:58 (UTC)
Before updating to 3.8.0, make sure to backup
/var/lib/gerrit
(or rename it).It was erroneously marked as a temporary directory and was going to be wiped out sooner or later anyway, as has happened with AndrewD. The blessed way is using
StateDirectory
/CacheDirectory
/etc (seeman systemd.exec
).AndrewD commented on 2022-02-06 22:48 (UTC)
We have noticed the data in /var/lib/gerrit being periodically deleted, approximately once a month, requiring restore from backup.
I think the problem is gerrit.tmpfiles includes "D /var/lib/gerrit - gerrit gerrit", indicating this directory needs periodic cleanup. I suspect this should be managed in an install script instead? I've manually deleted this line from /usr/lib/tmpfiles.d/gerrit.conf on our system to see if this resolves our issue.
lmartinez-mirror commented on 2021-10-09 03:25 (UTC)
NOTICE
I tried my hand at rewriting the install script by separating the user/group creation/deletion logic out into separate sysusers and tmpfiles config files. Please let me know if this works, thanks!
pattop commented on 2021-07-01 04:06 (UTC)
lmartinez-mirror: I just had crashes due to java-runtime at v16. Reverting to v11 (as per the docs) fixes the issue.
lmartinez-mirror commented on 2021-06-23 16:19 (UTC)
Upstream documentation says this package is not compatible with
java-runtime>=13
, please let me know if this is not the case before I change the dependencies to reflect this.pattop commented on 2021-06-11 01:47 (UTC)
Build is broken for me at the moment due to sha256 mismatch between PKGBUILD and gerrit-3.3.2.war source?
mamutal91 commented on 2019-05-05 17:20 (UTC)
Could someone help me set up Apache, to open in a custom domain? ex: gerrit.domain.com
mamutal91@gmail.com Telegram: mamutal91
Thanks
Kunda commented on 2019-03-21 14:05 (UTC)
2.16.7 is latest stable
kingcreole commented on 2017-05-12 15:10 (UTC)
jetm commented on 2015-09-02 23:22 (UTC)
1 2 Next › Last »