[packages/gitlab-ce] fix more run paths

glen glen at pld-linux.org
Thu May 26 18:27:49 CEST 2016


commit a7e6d1a02df2244c6700fe0e94c9e2bd8225a00b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu May 26 19:26:55 2016 +0300

    fix more run paths

 gitlab-ce.spec | 2 +-
 pld.patch      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-ce.spec b/gitlab-ce.spec
index aabe7dd..7a314c0 100644
--- a/gitlab-ce.spec
+++ b/gitlab-ce.spec
@@ -17,7 +17,7 @@
 Summary:	A Web interface to create projects and repositories, manage access and do code reviews
 Name:		gitlab-ce
 Version:	8.8.1
-Release:	0.32
+Release:	0.33
 License:	MIT
 Group:		Applications/WWW
 # md5 deliberately omitted until this package is useful
diff --git a/pld.patch b/pld.patch
index d57d487..ea27435 100644
--- a/pld.patch
+++ b/pld.patch
@@ -51,7 +51,7 @@
  # If you are load-balancing multiple Unicorn masters, lower the backlog
  # setting to e.g. 64 for faster failover.
 -listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024
-+listen "/run/gitlab/gitlab.socket", :backlog => 1024
++listen "/var/run/gitlab/gitlab.socket", :backlog => 1024
  listen "127.0.0.1:8080", :tcp_nopush => true
  
  # nuke workers after 30 seconds instead of 60 seconds (the default)
@@ -60,7 +60,7 @@
  
  # feel free to point this anywhere accessible on the filesystem
 -pid "/home/git/gitlab/tmp/pids/unicorn.pid"
-+pid "/run/gitlab/unicorn.pid"
++pid "/var/run/gitlab/unicorn.pid"
  
  # By default, the Unicorn logger will write to stderr.
  # Additionally, some applications/frameworks log to stderr or stdout,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/a7e6d1a02df2244c6700fe0e94c9e2bd8225a00b



More information about the pld-cvs-commit mailing list