summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/shell.rake
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-02 14:13:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-02 14:13:45 +0300
commit87c397f5774c4c11ba2e4c55098920c081e53670 (patch)
tree157c26197575eb637114f3c2804a2d2677548d04 /lib/tasks/gitlab/shell.rake
parent59b81a666460a493ad68632ecb2cc5790eb3f9e8 (diff)
downloadgitlab-ce-87c397f5774c4c11ba2e4c55098920c081e53670.tar.gz
More fixes to gitlab:shell:install
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/tasks/gitlab/shell.rake')
-rw-r--r--lib/tasks/gitlab/shell.rake6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake
index 00901a89fba..dfc90bb3339 100644
--- a/lib/tasks/gitlab/shell.rake
+++ b/lib/tasks/gitlab/shell.rake
@@ -4,7 +4,7 @@ namespace :gitlab do
task :install, [:tag, :repo] => :environment do |t, args|
warn_user_is_not_gitlab
- args.with_defaults(tag: "v1.9.1", repo: "https://gitlab.com/gitlab-org/gitlab-shell.git")
+ args.with_defaults(tag: "v1.9.3", repo: "https://gitlab.com/gitlab-org/gitlab-shell.git")
user = Settings.gitlab.user
home_dir = Settings.gitlab.user_home
@@ -28,7 +28,7 @@ namespace :gitlab do
config = {
user: user,
gitlab_url: gitlab_url,
- http_settings: {self_signed_cert: false},
+ http_settings: {self_signed_cert: false}.stringify_keys,
repos_path: repos_path,
auth_file: File.join(home_dir, ".ssh", "authorized_keys"),
redis: {
@@ -36,7 +36,7 @@ namespace :gitlab do
host: redis_url.host,
port: redis_url.port,
namespace: "resque:gitlab"
- },
+ }.stringify_keys,
log_level: "INFO",
audit_usernames: false
}.stringify_keys