Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. gitlab@www:~/gitlab$ bundle exec rake gitlab:app:setup RAILS_ENV=production
  2. /home/gitlab/gitlab/vendor/bundle/ruby/1.8/bundler/gems/omniauth-ldap-7edf27d0281e/lib/omniauth-ldap/version.rb:3: warning: already initialized constant VERSION
  3. WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang.
  4. rake aborted!
  5. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:78: syntax error, unexpected ':', expecting ')'
  6. name: project_name,
  7. ^
  8. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:79: syntax error, unexpected ':', expecting '='
  9. code: project_name,
  10. ^
  11. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:80: syntax error, unexpected ':', expecting '='
  12. path: project_name,
  13. ^
  14. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:81: syntax error, unexpected ':', expecting '='
  15. owner: user,
  16. ^
  17. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:82: syntax error, unexpected ':', expecting '='
  18. description: "Automatically created from R...
  19. ^
  20. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:83: syntax error, unexpected ')', expecting kEND
  21. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:107: syntax error, unexpected kELSE, expecting kEND
  22. /home/gitlab/gitlab/lib/tasks/bulk_import.rake:111: syntax error, unexpected $end, expecting kEND
  23.  
  24. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement