Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-01-20 13:44:40 +0400
committerdosire <sytses@gmail.com>2014-01-20 13:44:40 +0400
commit2ddfa882c0a3807b35cb0b1a690e4fbaf1e14dbe (patch)
treec4343da05238527e95c1981c1e3b3fbcf7bb5693 /lib
parentbb9e01cba6650c9e4aad920596647a65b85adc7e (diff)
Better wording of the import instructions.
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/import.rake8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index 83e941adcb1..0d1d4ffff27 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -2,12 +2,12 @@ namespace :gitlab do
namespace :import do
# How to use:
#
- # 1. copy your bare repos under git repos_path
- # 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production
+ # 1. copy the bare repos under the repos_path (commonly /home/git/repositories)
+ # 2. run: bundle exec rake gitlab:import:repos RAILS_ENV=production
#
# Notes:
- # * project owner will be a first admin
- # * existing projects will be skipped
+ # * The project owner will set to the first administator of the system
+ # * Existing projects will be skipped
#
desc "GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
task repos: :environment do