summaryrefslogtreecommitdiff
path: root/pld.patch
diff options
context:
space:
mode:
authorElan Ruusamäe2017-05-01 21:33:56 (GMT)
committerElan Ruusamäe2017-05-01 21:33:56 (GMT)
commit627450226a571707ac84bae4d71315da8d9385af (patch)
tree70a124eb723ac12ee8879a4d617e55efbc29763e /pld.patch
parent17eadde9207e96e35dc1fb67724e7f98ee69ef42 (diff)
downloadgitlab-ce-627450226a571707ac84bae4d71315da8d9385af.zip
gitlab-ce-627450226a571707ac84bae4d71315da8d9385af.tar.gz
up to 9.1.2
Diffstat (limited to 'pld.patch')
-rw-r--r--pld.patch19
1 files changed, 14 insertions, 5 deletions
diff --git a/pld.patch b/pld.patch
index 94ba5c8..721210c 100644
--- a/pld.patch
+++ b/pld.patch
@@ -1,5 +1,5 @@
---- gitlab-ce-9.1.1/config/gitlab.yml~ 2017-04-29 02:18:23.000000000 +0300
-+++ gitlab-ce-9.1.1/config/gitlab.yml 2017-04-29 02:22:07.666017631 +0300
+--- gitlab-ce-9.1.1/config/gitlab.yml 2017-04-29 02:22:07.666017631 +0300
++++ gitlab-ce-9.1.1/config/gitlab.yml 2017-04-30 20:23:39.245065762 +0300
@@ -30,8 +30,10 @@
gitlab:
## Web server settings (note: host is the FQDN, do not include http://)
@@ -22,7 +22,7 @@
## Date & Time settings
# Uncomment and customize if you want to change the default time zone of GitLab application.
-@@ -465,8 +465,9 @@
+@@ -463,8 +465,9 @@
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -30,11 +30,11 @@
- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port)
+ path: /var/lib/gitlab/repositories/
+ # TCP connections are supported too (e.g. tcp://host:port)
-+ # gitaly_address: unix:/var/run/gitlab/private/gitaly.socket
++ # gitaly_address: unix:/var/run/gitlab/gitaly.socket
## Backup settings
backup:
-@@ -499,12 +501,12 @@
+@@ -498,12 +501,12 @@
## GitLab Shell settings
gitlab_shell:
@@ -50,6 +50,15 @@
# Git over HTTP
upload_pack: true
+@@ -579,7 +582,7 @@
+ storages:
+ default:
+ path: tmp/tests/repositories/
+- gitaly_address: unix:<%= Rails.root.join('tmp/sockets/private/gitaly.socket') %>
++ gitaly_address: unix:/var/run/gitlab/gitaly.socket
+ gitaly:
+ enabled: false
+ backup:
--- gitlabhq-8.7.5/config/unicorn.rb 2016-05-12 17:35:19.000000000 +0300
+++ gitlabhq-8.7.5.paths/config/unicorn.rb 2016-05-15 21:30:47.263911838 +0300
@@ -33,12 +33,12 @@