Package Details: gitbucket 4.39.0-1

Git Clone URL: https://aur.archlinux.org/gitbucket.git (read-only, click to copy)
Package Base: gitbucket
Description: A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
Upstream URL: https://gitbucket.github.io
Licenses: AGPL3
Submitter: nagy
Maintainer: pa314159
Last Packager: pa314159
Votes: 13
Popularity: 0.000000
First Submitted: 2013-10-05 16:36 (UTC)
Last Updated: 2023-06-12 15:40 (UTC)

Dependencies (3)

Required by (0)

Sources (8)

Pinned Comments

pa314159 commented on 2018-07-23 12:10 (UTC) (edited on 2018-11-09 13:16 (UTC) by pa314159)

This package has been resurrected and updated to version 4.26.

Latest Comments

pa314159 commented on 2018-11-09 13:12 (UTC)

@LomigLavnek, not sure what you are trying to do, but the package is built correctly on my system...

LomigLavnek commented on 2018-10-28 10:19 (UTC)

I tried to install this packages, and I have some errors :

  • gitbucket.service and gitbucket.sh are not copied on the system but are still in the BuildDir

  • If I try to launch gitbucket.sh, I got this error : Error: Invalid or corrupt jarfile /usr/lib/gitbucket/gitbucket.war

mimagind commented on 2018-08-17 18:38 (UTC)

This package doesn't seem to explicitly depend on jre8-openjdk-headless even though https://github.com/gitbucket/gitbucket/blob/master/README.md suggests that. They probably mean Java8 or later. I've tested this with openjdk10 and it works perfectly fine so it should be safe to use a more generic dependency like java-runtime-headless>=8.

pa314159 commented on 2018-07-23 12:10 (UTC) (edited on 2018-11-09 13:16 (UTC) by pa314159)

This package has been resurrected and updated to version 4.26.

frquadrat commented on 2018-07-19 08:40 (UTC) (edited on 2018-07-19 08:48 (UTC) by frquadrat)

I managed to install the current version by changing the following properties in the PKGBUILD:

pkgver=4.26.0 sha1sums=('19d0ec50691a647751ab3463a38816f1cdb1fa8a' 'c93c600608d7922f67f4a3036a944fefc48bf9e0')

The sha1 key is copied from the releases page of the gitbucket project. Still, don't just copy the above sha1 values! Please use their value/check that value against the sha1 hash of their release page.

Note: The gitbucket.service file lacks a config file in /etc/ and read the startup parameters from there (like port number, data dir etc. etc.), so unless you modify the service file currently the default values are being used.

frquadrat commented on 2018-07-19 08:10 (UTC)

current version is 4.26.0 (2018-06-30) https://github.com/gitbucket/gitbucket/releases

version 4.3 has 2016-06-30 as release date...

This package has been marked as outdated on 2016-10-03 ;)

pa314159 commented on 2018-07-01 10:44 (UTC)

Is this package still maintained?

rpodgorny commented on 2016-10-03 13:52 (UTC)

only works after setting jdk8 as default - the previous error message was with jdk7

rpodgorny commented on 2016-10-03 13:31 (UTC)

Oct 03 15:30:37 kostik java[28431]: Exception in thread "main" java.lang.UnsupportedClassVersionError: JettyLauncher : Unsupported major.minor version 52.0 Oct 03 15:30:37 kostik java[28431]: at java.lang.ClassLoader.defineClass1(Native Method) Oct 03 15:30:37 kostik java[28431]: at java.lang.ClassLoader.defineClass(ClassLoader.java:803) Oct 03 15:30:37 kostik java[28431]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) Oct 03 15:30:37 kostik java[28431]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) Oct 03 15:30:37 kostik java[28431]: at java.net.URLClassLoader.access$100(URLClassLoader.java:71) Oct 03 15:30:37 kostik java[28431]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361) Oct 03 15:30:37 kostik java[28431]: at java.net.URLClassLoader$1.run(URLClassLoader.java:355) Oct 03 15:30:37 kostik java[28431]: at java.security.AccessController.doPrivileged(Native Method) Oct 03 15:30:37 kostik java[28431]: at java.net.URLClassLoader.findClass(URLClassLoader.java:354) Oct 03 15:30:37 kostik java[28431]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425) Oct 03 15:30:37 kostik java[28431]: at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) Oct 03 15:30:37 kostik java[28431]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358) Oct 03 15:30:37 kostik java[28431]: at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) Oct 03 15:30:37 kostik systemd[1]: gitbucket.service: Main process exited, code=exited, status=1/FAILURE Oct 03 15:30:37 kostik systemd[1]: gitbucket.service: Unit entered failed state. Oct 03 15:30:37 kostik systemd[1]: gitbucket.service: Failed with result 'exit-code'.