Commit 2201ef80200d0a3f896a30fe10aa3a2c71b7bde1

Authored by Jeremy Mack
1 parent e38fa328

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@.
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/tasks/bulk_import.rake
... ... @@ -91,4 +91,3 @@ def create_repo_project(project_name, user_email)
91 91 false
92 92 end
93 93 end
94   -
... ...