Well, that might be true, but in this case I think it's a justified statement :) As I understood it, he's trying to use a plugin I'm not familiar with to remove functionality he doesn't need from Cap, usually "cap does more than I want" means I ought to drop down and use Rake+SSHKit. (Although, admittedly, until we get around to *actually* making the SCM optional, there may be valid, mature workflows which mandate the lack of an SCM, and require rollbacks, bundler, rvm, etc) I don't think that's the case here though. And, if it is, I can't help him since I don't know what the no-scm plugin is doing wrong in this case (seems like not even uploading the tarball from what I can see)
Lee Hambley http://lee.hambley.name/ +49 (0) 170 298 5667 On 19 February 2015 at 18:24, Jonathan Rochkind <[email protected]> wrote: > Even if you're doing tarball uploads, mightn't you still want rollbacks, > migrations, changelogs, etc? I understand that Cap might not support that, > but it's not obvious to me that it would be 'wasted' if it did! > > On 2/19/15 12:22 PM, Lee Hambley wrote: > >> The post I linked replaces Cap, since if you're not using an SCM you >> lose most of the benefit of Cap. If you need a list of files throwing >> into a tarball and uploading, on more than one machine then you need to >> look at Rake+SSHKit which are two thirds of Capistrano, but Capistrano >> specifically adds rollbacks, plugins for Ruby, Rails, Migrations, >> changelogs/etc, it's all wasted on you if you're just doing tarball >> uploads though. >> >> Lee Hambley >> http://lee.hambley.name/ >> +49 (0) 170 298 5667 >> >> On 19 February 2015 at 18:01, <[email protected] >> <mailto:[email protected]>> wrote: >> >> I've read your posting and it is making some sense. If using the >> file/FileList task, what value should :scm be set to such that a >> 'cap deploy' does not try to run git? >> >> -deadbeef >> >> On Thursday, February 19, 2015 at 6:31:45 AM UTC-6, Lee Hambley wrote: >> >> Everyone always overengineers this, look at this blog post I >> wrote which does exactly what you need: >> http://lee.hambley.name/__2013/06/11/using-capistrano-__ >> v3-with-chef.html >> <http://lee.hambley.name/2013/06/11/using-capistrano-v3- >> with-chef.html> >> Fewer tools, less code, easier to follow. And 100% less plugins >> and magic. >> >> Lee Hambley >> http://lee.hambley.name/ >> +49 (0) 170 298 5667 <tel:%2B49%20%280%29%20170%20298%205667> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Capistrano" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/capistrano/647a1381- >> 7cef-439a-8685-1ea1e71589c4%40googlegroups.com >> <https://groups.google.com/d/msgid/capistrano/647a1381- >> 7cef-439a-8685-1ea1e71589c4%40googlegroups.com?utm_medium= >> email&utm_source=footer>. >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Capistrano" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/capistrano/CAN_% >> 2BVLUyQskkLRO9FRkwo0iYEiERREoCL6EEqwAjk2D17thH7g%40mail.gmail.com >> <https://groups.google.com/d/msgid/capistrano/CAN_% >> 2BVLUyQskkLRO9FRkwo0iYEiERREoCL6EEqwAjk2D17thH7g%40mail. >> gmail.com?utm_medium=email&utm_source=footer>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit https://groups.google.com/d/ > msgid/capistrano/54E61C49.3020703%40jhu.edu. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/capistrano/CAN_%2BVLWS7ORAevAzfbKTqSuLoyYA9S9DjvpomUJ9-qf2XLHkzQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
