Hi folks, I finally added the Ruby 1.9.3 buildslave to the gitorious project in Jenkins. The test suite is currently failing because activesupport is trying to search for "tmp/cache", and that directory is not present in a clean Git checkout. I.e:
Errno::ENOENT: No such file or directory - /path/to/gitorious/tmp/cache/ What is the best way to handle this? Brainstorming some options: A) add an empty tmp/cache to Git? B) run mkdir -p tmp/cache during each Jenkins build? C) add Ruby code for this somewhere in Gitorious? (would this go into one of the Rake tasks?) Please let me know the best way to proceed. - Ken -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
