Package Details: gogs-git 0.11.86.0130+3+d862c43be-1

Git Clone URL: https://aur.archlinux.org/gogs-git.git (read-only, click to copy)
Package Base: gogs-git
Description: Self Hosted Git Service in the Go Programming Language. This is the current git version from master branch.
Upstream URL: https://gogs.io
Keywords: git gitea gogits
Licenses: MIT
Conflicts: gogs
Provides: gogs
Submitter: fanningert
Maintainer: None
Last Packager: edacval
Votes: 5
Popularity: 0.000000
First Submitted: 2014-05-13 15:42 (UTC)
Last Updated: 2019-02-05 12:22 (UTC)

Dependencies (12)

Required by (0)

Sources (4)

Latest Comments

1 2 3 4 5 Next › Last »

surefire commented on 2018-01-05 21:54 (UTC) (edited on 2018-01-05 21:55 (UTC) by surefire)

@bderembl,

https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

Note: Packages in the AUR assume that the base-devel group is installed, i.e. they do not list the group's members as dependencies explicitly.

bderembl commented on 2018-01-05 21:39 (UTC)

add dependency: make and gcc thanks

xotkot commented on 2017-04-13 13:15 (UTC) (edited on 2017-04-13 13:19 (UTC) by xotkot)

... github.com/gogits/gogs/cmd github.com/gogits/gogs cp '/tmp/yaourt-tmp-admin/aur-gogs-git/src/bin/gogs' . cp: cannot stat '/tmp/yaourt-tmp-admin/aur-gogs-git/src/bin/gogs': No such file or directory make: *** [Makefile:37: build] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ========================================================= please add to PKGBUILD file variable GOBIN: build() { export GOPATH="$srcdir" export GOBIN="$GOPATH/bin" ... }

grandchild commented on 2017-03-29 03:38 (UTC)

@surefire, please add 'aarch64' (a.k.a. arm 64bit) to the arch array, it's running fine on my odroid-c2. thanks!

Diego.Florez commented on 2017-03-11 16:37 (UTC)

Upgrading from 1.x to 2.x # mkdir -p /var/lib/gogs/custom/conf # cp /srv/gogs/conf/app.ini.pacsave /var/lib/gogs/custom/conf/app.ini # systemctl restart gogs

infoised commented on 2017-03-08 16:47 (UTC)

@FoPref By default, the root seems to be /var/lib/gogs/, so if you don't modify the service file, /var/lib/gogs/custom/conf/app.ini will be used.

FoPref commented on 2017-03-08 14:27 (UTC)

I updated from an older version and now my /srv/gogs/conf/app.ini seems to be ignored. How to migrate to the new version of this package?

surefire commented on 2017-03-08 11:40 (UTC)

@infoised, Thanks, it's true if not uses build-in ssh server.

infoised commented on 2017-03-08 10:34 (UTC)

In order to be able to use ssh clone, shell has to be set for the gogs user: usermod -s /bin/sh gogs

surefire commented on 2017-02-22 15:29 (UTC)

@nyclocx check you config option STATIC_ROOT_PATH in "app.ini" default precompiled path: /usr/share/gogs