From 0c2e0ae819132af51d5f8d3593e92251a4f740e7 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 24 May 2017 12:38:15 +0000 Subject: [PATCH] community/gitlab to 9.2.0-2 --- community/gitlab/PKGBUILD | 2 +- community/gitlab/gitlab.install | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/community/gitlab/PKGBUILD b/community/gitlab/PKGBUILD index 91145fbef..284735919 100644 --- a/community/gitlab/PKGBUILD +++ b/community/gitlab/PKGBUILD @@ -12,7 +12,7 @@ pkgname=gitlab pkgver=9.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Project management and code hosting application" arch=('i686' 'x86_64') url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README" diff --git a/community/gitlab/gitlab.install b/community/gitlab/gitlab.install index 6e768c1c2..b5b678321 100644 --- a/community/gitlab/gitlab.install +++ b/community/gitlab/gitlab.install @@ -1,6 +1,4 @@ post_install() { - systemd-tmpfiles --create gitlab.conf - 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 "Put a secret bytestring to /etc/webapps/gitlab/secret"