dlapiduz / fabistrano

Capistrano style deployments with fabric
BSD 2-Clause "Simplified" License
91 stars 31 forks source link

Add ability to avoid sudo for less privileged server #1

Closed co3k closed 10 years ago

co3k commented 10 years ago

Capistrano has :use_sudo option to use sudo or not. https://github.com/capistrano/capistrano/wiki/2.x-Significant-Configuration-Variables

On a less privileged server deployment, force sudo-ing causes troubles so I want to add avoid sudo by the env.use_sudo option.

dlapiduz commented 10 years ago

@co3k this looks great. Do you mind removing the *.pyc files so I can merge it in? Thanks

co3k commented 10 years ago

@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.

dlapiduz commented 10 years ago

@co3k just added it. Do you removing the files in the PR? It would make merging it a lot easier.

Thanks!

co3k-vg commented 10 years ago

@dlapiduz OK, just removed *.pyc!

co3k commented 10 years ago

oh, I've added the previous comment by my working account. Sorry for my confusing.

dlapiduz commented 10 years ago

@co3k I didn't realize that the pyc files were there before you sent the PR. Sorry about that! Thanks for removing them though...

co3k commented 10 years ago

Good Job!