]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
fix more run paths
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 May 2016 16:26:55 +0000 (19:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 May 2016 16:26:55 +0000 (19:26 +0300)
gitlab-ce.spec
pld.patch

index aabe7ddffc8561a9d0e81a2058a0a4dc345af120..7a314c0c4e696577395614b3919ecee2f22a2782 100644 (file)
@@ -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
index d57d4874101b28b5d1188fa8726920b99fd6e67a..ea274351ad92718a99c7c2a1f4f80e9743fff782 100644 (file)
--- 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,
This page took 0.068395 seconds and 4 git commands to generate.