Проблема при установки на debian 6 squeeze
Created by: artofhuman
После выполнения bundle exec rake db:setup RAILS_ENV=production Падает с ошибкой
/home/reagent/gitlabhq/lib/tasks/bulk_import.rake:78: syntax error, unexpected ':', expecting ')' name: project_name, ^ /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:79: syntax error, unexpected ':', expecting '=' code: project_name, ^ /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:80: syntax error, unexpected ':', expecting '=' path: project_name, ^ /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:81: syntax error, unexpected ':', expecting '=' owner: user, ^ /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:82: syntax error, unexpected ':', expecting '=' description: "Automatically created from R... ^ /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:83: syntax error, unexpected ')', expecting kEND /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:108: syntax error, unexpected kELSE, expecting kEND /home/reagent/gitlabhq/lib/tasks/bulk_import.rake:112: syntax error, unexpected $end, expecting kEND
(See full trace by running task with --trace)