Commit 2ddfa882c0a3807b35cb0b1a690e4fbaf1e14dbe
1 parent
bb9e01cb
Exists in
spb-stable
and in
3 other branches
Better wording of the import instructions.
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 | 2 | namespace :import do |
3 | 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 | 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 | 12 | desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance" |
13 | 13 | task repos: :environment do | ... | ... |