[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab.install)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 24 04:24:31 UTC 2017


    Date: Wednesday, May 24, 2017 @ 04:24:29
  Author: svenstaro
Revision: 229874

upgpkg: gitlab 9.2.0-2

Remove systemd-tmpfiles call

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab.install

----------------+
 PKGBUILD       |    2 +-
 gitlab.install |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-24 04:03:23 UTC (rev 229873)
+++ PKGBUILD	2017-05-24 04:24:29 UTC (rev 229874)
@@ -8,7 +8,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"

Modified: gitlab.install
===================================================================
--- gitlab.install	2017-05-24 04:03:23 UTC (rev 229873)
+++ gitlab.install	2017-05-24 04:24:29 UTC (rev 229874)
@@ -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"



More information about the arch-commits mailing list