From a9d3e6ce573e1e108ab340141ab0f104bf27a430 Mon Sep 17 00:00:00 2001 From: "C. Walker" Date: Fri, 6 Sep 2013 16:18:09 -0700 Subject: Fixed description. --- lib/tasks/gitlab/import.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake index 668ef1d2300..f2cba162784 100644 --- a/lib/tasks/gitlab/import.rake +++ b/lib/tasks/gitlab/import.rake @@ -9,7 +9,7 @@ namespace :gitlab do # * project owner will be a first admin # * existing projects will be skipped # - desc "GITLAB | Import bare repositories from git_host -> base_path into GitLab project instance" + desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance" task repos: :environment do git_base_path = Gitlab.config.gitlab_shell.repos_path -- cgit v1.2.1 From 0f2299a8d43c8e66d1bf764b737b8ec14266fb2a Mon Sep 17 00:00:00 2001 From: "C. Walker" Date: Fri, 6 Sep 2013 16:19:35 -0700 Subject: Fixed Import Bare Repositories instructions to match rake task. --- doc/raketasks/maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md index 68c1a72b230..3033d8c46b4 100644 --- a/doc/raketasks/maintenance.md +++ b/doc/raketasks/maintenance.md @@ -122,7 +122,7 @@ Notes: How to use: -1. copy your bare repos under git base_path (see `config/gitlab.yml` git_host -> base_path) +1. copy your bare repos under git repos_path (see `config/gitlab.yml` gitlab_shell -> repos_path) 2. run the command below ``` -- cgit v1.2.1 From 24bc3e0874bd81d1cf8cc8a7104f277d5a9fa5c7 Mon Sep 17 00:00:00 2001 From: "C. Walker" Date: Fri, 6 Sep 2013 16:45:42 -0700 Subject: Forgot to fix the comment instructions. --- lib/tasks/gitlab/import.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake index f2cba162784..8fa89270854 100644 --- a/lib/tasks/gitlab/import.rake +++ b/lib/tasks/gitlab/import.rake @@ -2,7 +2,7 @@ namespace :gitlab do namespace :import do # How to use: # - # 1. copy your bare repos under git base_path + # 1. copy your bare repos under git repos_path # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production # # Notes: -- cgit v1.2.1