[DRE-commits] [gitlab] 04/05: use tcp for redis
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jan 15 18:22:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master-8.4
in repository gitlab.
commit 8f191e58a64445200b5e7a8d48b2808388bdfccf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Jan 15 23:43:54 2016 +0530
use tcp for redis
---
debian/rake-tasks.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 2748768..33e1732 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -4,8 +4,8 @@
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 \
+su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:shell:install \
+REDIS_URL=redis://localhost:6379 \
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'
--
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