Comment on Rails, RVM, RSpec & JenkinsComments−JoachimSchipper14y> Add jenkins-ci.org's apt key to your system's trusted keys> $ wget -q -O - http://... | sudo apt-key add -This is NOT a good idea.(Executing shell code from the net, as in #10, isn't a good idea either.)−btucker14ywe've had this conversation before: http://news.ycombinator.com/item?id=2420648
Comments
> Add jenkins-ci.org's apt key to your system's trusted keys
> $ wget -q -O - http://... | sudo apt-key add -
This is NOT a good idea.
(Executing shell code from the net, as in #10, isn't a good idea either.)
we've had this conversation before: http://news.ycombinator.com/item?id=2420648