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@.
This commit is contained in:
Jeremy Mack 2011-12-13 08:49:08 -05:00
parent e38fa32822
commit 2201ef8020

View file

@ -91,4 +91,3 @@ def create_repo_project(project_name, user_email)
false
end
end