mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gitlab to 9.2.0-2
This commit is contained in:
parent
7c36640217
commit
0c2e0ae819
2 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
pkgname=gitlab
|
pkgname=gitlab
|
||||||
pkgver=9.2.0
|
pkgver=9.2.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Project management and code hosting application"
|
pkgdesc="Project management and code hosting application"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
|
url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
post_install() {
|
post_install() {
|
||||||
systemd-tmpfiles --create gitlab.conf
|
|
||||||
|
|
||||||
echo "Configure your /etc/webapps/gitlab/gitlab.yml"
|
echo "Configure your /etc/webapps/gitlab/gitlab.yml"
|
||||||
echo "Set up your redis to run on /var/run/redis/redis.sock or configure gitlab to use redis TCP"
|
echo "Set up your redis to run on /var/run/redis/redis.sock or configure gitlab to use redis TCP"
|
||||||
echo "Put a secret bytestring to /etc/webapps/gitlab/secret"
|
echo "Put a secret bytestring to /etc/webapps/gitlab/secret"
|
||||||
|
|
Loading…
Reference in a new issue