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:
authorRobert Schilling <rschilling@student.tugraz.at>2013-06-23 21:00:10 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2013-06-23 21:00:10 +0400
commitc6464aa859ce4d26a768d9cf6792453be0c0373b (patch)
tree429fca3d10de3822e585c045be4f3e948b2afc71 /lib
parentac6c912860619aa8ae3229d07ff7c458481df791 (diff)
Remove gitolite repo check for import script
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/import.rake2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/import.rake b/lib/tasks/gitlab/import.rake
index c11284e3d78..2fd7d017db8 100644
--- a/lib/tasks/gitlab/import.rake
+++ b/lib/tasks/gitlab/import.rake
@@ -29,8 +29,6 @@ namespace :gitlab do
# Skip if group or user
next if namespaces.include?(name)
- next if name == 'gitolite-admin'
-
puts "Processing #{repo_path}".yellow
project = Project.find_with_namespace(path)