Commit 74856d410eddf0b5eb1906f84cb3867138f4385d

Authored by Dmitriy Zaporozhets
2 parents 88ebeb92 2ddfa882

Merge branch 'import-doc' into 'master'

Import Doc
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
lib/tasks/gitlab/import.rake
@@ -2,12 +2,12 @@ namespace :gitlab do @@ -2,12 +2,12 @@ namespace :gitlab do
2 namespace :import do 2 namespace :import do
3 # How to use: 3 # How to use:
4 # 4 #
5 - # 1. copy your bare repos under git repos_path  
6 - # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production 5 + # 1. copy the bare repos under the repos_path (commonly /home/git/repositories)
  6 + # 2. run: bundle exec rake gitlab:import:repos RAILS_ENV=production
7 # 7 #
8 # Notes: 8 # Notes:
9 - # * project owner will be a first admin  
10 - # * existing projects will be skipped 9 + # * The project owner will set to the first administator of the system
  10 + # * Existing projects will be skipped
11 # 11 #
12 desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance" 12 desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
13 task repos: :environment do 13 task repos: :environment do