[DRE-commits] [gitlab] 15/23: moove tmp/cache to /var

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jun 3 12:52:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 2dd9d8e37bbba03513575286fabafb7abd652f1a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jun 2 22:00:08 2016 +0530

    moove tmp/cache to /var
---
 debian/README.Debian | 1 +
 debian/changelog     | 1 +
 debian/gitlab.links  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
index 8f2adae..c6fbaa0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -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
diff --git a/debian/changelog b/debian/changelog
index aca3135..d77205b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Thu, 02 Jun 2016 11:11:47 +0530
 
diff --git a/debian/gitlab.links b/debian/gitlab.links
index e88b13b..21927a0 100644
--- a/debian/gitlab.links
+++ b/debian/gitlab.links
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list