diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-26 14:28:31 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-10-26 14:28:31 +0100 |
commit | 5ff830cf32908c0efc156e439a0486cfb40eeadb (patch) | |
tree | 10341c5c41bac9ada9deed653f7a7d90a95244c1 /doc | |
parent | 0b082b348b517af854265eaff530b2b6d3cfd7b2 (diff) | |
download | gitlab-ce-5ff830cf32908c0efc156e439a0486cfb40eeadb.tar.gz |
Clarify puppiesshared-file-access
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/shared_files.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/shared_files.md b/doc/development/shared_files.md index cffe6f79193..fcd905b54a4 100644 --- a/doc/development/shared_files.md +++ b/doc/development/shared_files.md @@ -7,8 +7,8 @@ shared storage (e.g. NFS). Working towards GitLab 9.0 we are consolidating these different directories under the `shared` directory. This means that if GitLab will start storing puppies in some future version -then we should put them in `shared/puppies`. Temporary files should be stored -in `shared/tmp`. +then we should put them in `shared/puppies`. Temporary puppy files should be +stored in `shared/tmp`. In the GitLab application code you can get the full path to the `shared` directory with `Gitlab.config.shared.path`. |