[DRE-commits] [gitlab] 02/03: update gitlab-shell path
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Nov 8 18:21:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 8b8eb0955f82fb3ea72aa011c20b68c325aab5e0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Nov 8 23:04:50 2015 +0530
update gitlab-shell path
---
debian/gitlab.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/gitlab.yml b/debian/gitlab.yml
index 4f706f0..34bfa2c 100644
--- a/debian/gitlab.yml
+++ b/debian/gitlab.yml
@@ -323,11 +323,11 @@ production: &base
## GitLab Shell settings
gitlab_shell:
- path: /home/git/gitlab-shell/
+ path: /usr/share/gitlab-shell/
# REPOS_PATH MUST NOT BE A SYMLINK!!!
- repos_path: /home/git/repositories/
- hooks_path: /home/git/gitlab-shell/hooks/
+ repos_path: /var/lib/gitlab/repositories/
+ hooks_path: /usr/share/gitlab-shell/hooks/
# File that contains the secret key for verifying access for gitlab-shell.
# Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).
--
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