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:
authorJeremy Mack <jmacktdkc@gmail.com>2011-12-13 17:49:08 +0400
committerJeremy Mack <jmacktdkc@gmail.com>2011-12-13 22:20:40 +0400
commit2201ef80200d0a3f896a30fe10aa3a2c71b7bde1 (patch)
tree65b399d8330116766bd1ab2af9da8a1a5eac2c03 /lib
parente38fa32822a34f8dbb7bb9af6885f30a5f0ce2a7 (diff)
Add rake task for bulk repo importing
Git repos should be in the import_projects directory in the root of application. The task is invoked via @rake import_projects@.
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/bulk_import.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/bulk_import.rake b/lib/tasks/bulk_import.rake
index 3c1078bc80b..68893a316b5 100644
--- a/lib/tasks/bulk_import.rake
+++ b/lib/tasks/bulk_import.rake
@@ -91,4 +91,3 @@ def create_repo_project(project_name, user_email)
false
end
end
-