Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control capturing in rsync_project #608

Closed
bitprophet opened this issue Apr 5, 2012 · 0 comments
Closed

Control capturing in rsync_project #608

bitprophet opened this issue Apr 5, 2012 · 0 comments

Comments

@bitprophet
Copy link
Member

contrib.project.rsync_project can't control whether its local call to rsync captures or doesn't capture, so right now it uses the default behavior -- not capturing.

However, when combined with hide('stdout', 'stderr') or any combo thereof, this means it's impossible to debug rsync problems, because noncaptured local + output hiding == pipe to stderr.

Make it possible to fix this by adding a passthrough capture kwarg to rsync_project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant