[DRE-commits] [gitlab] 08/08: remove ownership of gitlab_app_root
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Feb 18 12:48:00 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 b0967c9241d418cbb98743b05b8558ef036bf8c1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Feb 18 18:14:36 2016 +0530
remove ownership of gitlab_app_root
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index b5275ec..7cee149 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -56,7 +56,7 @@ case "$1" in
chmod -R ug+rwX,o-rwx ${gitlab_repo_path}/
chmod -R ug-s ${gitlab_repo_path}/
find ${gitlab_repo_path}/ -type d -print0 | xargs -0 chmod g+s
- for i in ${gitlab_app_root} ${gitlab_data_dir} ${gitlab_shell_root}; do
+ for i in ${gitlab_data_dir} ${gitlab_shell_root}; do
chown -R ${gitlab_user}: $i
done
--
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