]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
setup gitlab repositories path
authorElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 06:24:13 +0000 (09:24 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 30 Aug 2016 06:24:13 +0000 (09:24 +0300)
pld.patch

index 9fe561da5997d72963143da6f8b45bbbb11b4cb6..6fb2bf929e533945f138aa4ccd3a8f781e6619a9 100644 (file)
--- a/pld.patch
+++ b/pld.patch
@@ -1,5 +1,5 @@
---- gitlabhq-8.10.2/config/gitlab.yml~ 2016-07-28 14:33:30.000000000 +0300
-+++ gitlabhq-8.10.2/config/gitlab.yml  2016-07-28 14:34:15.268930594 +0300
+--- gitlabhq-8.10.2/config/gitlab.yml  2016-07-28 14:34:15.268930594 +0300
++++ gitlabhq-8.11.3/config/gitlab.yml  2016-08-30 09:23:24.191326482 +0300
 @@ -56,7 +56,7 @@
        #- 2001:0db8::/32
  
 -    path: /home/git/gitlab-satellites/
 +    path: /var/lib/gitlab/satellites/
  
+   ## Backup settings
+   backup:
+@@ -433,7 +433,7 @@
+     # Paths where repositories can be stored. Give the canonicalized absolute pathname.
+     # NOTE: REPOS PATHS MUST NOT CONTAIN ANY SYMLINK!!!
+     storages: # You must have at least a `default` storage path.
+-      default: /home/git/repositories/
++      default: /var/lib/gitlab/repositories/
    ## Backup settings
    backup:
 @@ -458,12 +458,12 @@
This page took 0.027144 seconds and 4 git commands to generate.