moove tmp/cache to /var
This commit is contained in:
parent
dc40a2f570
commit
2dd9d8e37b
3 changed files with 3 additions and 0 deletions
1
debian/README.Debian
vendored
1
debian/README.Debian
vendored
|
@ -37,6 +37,7 @@ links are added to enable write access to gitlab app
|
|||
> log -> /var/log/gitlab
|
||||
> builds -> /var/log/gitlab/builds
|
||||
> tmp -> /run/gitlab
|
||||
> tmp/cache -> /var/lib/gitlab/tmp/cache
|
||||
> public -> /var/lib/gitlab/public
|
||||
> shared -> /var/lib/gitlab/shared
|
||||
> db -> /var/lib/gitlab/db
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -6,6 +6,7 @@ gitlab (8.8.2+dfsg-1) UNRELEASED; urgency=medium
|
|||
* Enable the pg_trgm extension for postgresql
|
||||
* Check if nginx site configuration directory is present before copying
|
||||
(Closes: #821085)
|
||||
* Symlink tmp/cache to /var/lib/gitlab/tmp/cache (or /run gets filled up)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Thu, 02 Jun 2016 11:11:47 +0530
|
||||
|
||||
|
|
1
debian/gitlab.links
vendored
1
debian/gitlab.links
vendored
|
@ -4,6 +4,7 @@ var/lib/gitlab/db usr/share/gitlab/db
|
|||
var/log/gitlab usr/share/gitlab/log
|
||||
var/log/gitlab/builds usr/share/gitlab/builds
|
||||
run/gitlab usr/share/gitlab/tmp
|
||||
var/lib/gitlab/tmp/cache usr/share/gitlab/tmp/cache
|
||||
etc/gitlab usr/share/gitlab/config
|
||||
usr/share/javascript/jquery-history/jquery.history.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.history.js
|
||||
usr/share/javascript/jquery-cookie/jquery.cookie.min.js usr/share/gitlab/vendor/assets/javascripts/jquery.cookie.js
|
||||
|
|
Loading…
Reference in a new issue