[DRE-commits] [gitlab] 05/12: create .bundle directory

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 15:23:40 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 1c8b469376600cc809a0105e169eacd2f72bfc96
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 15:07:16 2016 +0530

    create .bundle directory
---
 debian/postinst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/postinst b/debian/postinst
index 6eb8ae1..b11e3ef 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -57,6 +57,9 @@ case "$1" in
     mkdir -p ${gitlab_data_dir}/.ssh
     touch ${gitlab_data_dir}/.ssh/authorized_keys
     chown -R ${gitlab_user}: ${gitlab_data_dir}/.ssh
+    # Create .bundle for .bundle/config
+    mkdir -p ${gitlab_data_dir}/.bundle
+    chown -R ${gitlab_user}: ${gitlab_data_dir}/.bundle
     # Create more required directories
     for i in ${gitlab_repo_path} ${gitlab_cache_path} ${gitlab_uploads_path}\
     ${gitlab_pid_path} ${gitlab_log_dir} ${gitlab_shell_log} ${gitlab_builds_log}; do

-- 
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