[DRE-commits] [gitlab] 01/02: add gitlab shell
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Nov 10 18:15:04 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 d94d1c5ef830fcee4fa0e3fed3c3f330a70ab59e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Nov 10 20:57:56 2015 +0530
add gitlab shell
---
debian/rake-tasks.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 7c28e04..e7deb53 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -4,6 +4,9 @@
echo "Initializing database..."
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production force=yes'
+su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:shell:install[v2.6.5]\
+REDIS_URL=unix:/var/run/redis/redis.sock \
+SHELL_ROOT_PATH=/usr/share/gitlab-shell RAILS_ENV=production'
echo "Precompiling assets..."
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'
su ${gitlab_user} -s /bin/sh -c 'touch public/source.tar.gz'
--
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