Closed co3k closed 10 years ago
@co3k this looks great. Do you mind removing the *.pyc files so I can merge it in? Thanks
@dlapiduz OK.I think treating .pyc is a policy of repository owner. I recommend you to .pyc in .gitignore and removing them. If you want to remove them in this pull request, feel free to reply me.
@co3k just added it. Do you removing the files in the PR? It would make merging it a lot easier.
Thanks!
@dlapiduz OK, just removed *.pyc!
oh, I've added the previous comment by my working account. Sorry for my confusing.
@co3k I didn't realize that the pyc files were there before you sent the PR. Sorry about that! Thanks for removing them though...
Good Job!
Capistrano has
:use_sudo
option to usesudo
or not. https://github.com/capistrano/capistrano/wiki/2.x-Significant-Configuration-VariablesOn a less privileged server deployment, force sudo-ing causes troubles so I want to add avoid sudo by the env.use_sudo option.