Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
2ddfa882
Commit
2ddfa882
authored
Jan 20, 2014
by
dosire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better wording of the import instructions.
parent
bb9e01cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/tasks/gitlab/import.rake
lib/tasks/gitlab/import.rake
+4
-4
No files found.
lib/tasks/gitlab/import.rake
View file @
2ddfa882
...
@@ -2,12 +2,12 @@ namespace :gitlab do
...
@@ -2,12 +2,12 @@ namespace :gitlab do
namespace
:import
do
namespace
:import
do
# How to use:
# How to use:
#
#
# 1. copy
your bare repos under git repos_path
# 1. copy
the bare repos under the repos_path (commonly /home/git/repositories)
# 2. run bundle exec rake gitlab:import:repos RAILS_ENV=production
# 2. run
:
bundle exec rake gitlab:import:repos RAILS_ENV=production
#
#
# Notes:
# Notes:
# *
project owner will be a first admin
# *
The project owner will set to the first administator of the system
# *
e
xisting projects will be skipped
# *
E
xisting projects will be skipped
#
#
desc
"GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
desc
"GITLAB | Import bare repositories from gitlab_shell -> repos_path into GitLab project instance"
task
repos: :environment
do
task
repos: :environment
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment