[capistrano] Hide Tasks in the recipe

2011-10-25 Thread Noman Amir Jamil
Hi All, We are using Webistrano for our deployments. We have different recipes for separate servers. There are certain tasks that I would like to hide from the tasks dropdown list. Is there any attribute I can set while defining the task in the recipe that would make it hidden and not appear in

Re: [capistrano] Hide Tasks in the recipe

2011-10-25 Thread Rafa GarcĂ­a
Hi Noman, The same question was done at Webistrano mailing listhttp://groups.google.com/group/webistrano[1] without reply. I don't know how webistrano works but in Capistrano if you write a task without :desc , this task does not appear in listing task. Regards [1]

Re: [capistrano] Hide Tasks in the recipe

2011-10-25 Thread Noman Amir Jamil
Thanks for the response Rafa, actually I have defined the task in the recipe without any description: task :test_ssh, :roles = :app do run '~/scripts/test.sh'end * * But the task still appears in the task dropdown, again could be Webistrano specifc, so if someone with Webistrano knowledge

Re: [capistrano] Hide Tasks in the recipe

2011-10-25 Thread Lee Hambley
Webistrano is unfortunately obsolete, and no longer maintained (it was never related to us guys) - the guys who wrote it do crop up on the Cap list from time to time, but they focus their energy somewhere else now. I'd recommend taking the webistrano gem apart to see how it makes that list, or