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

Do not pass verbose to rsync by default. #967

Closed
wants to merge 1 commit into from
Closed

Do not pass verbose to rsync by default. #967

wants to merge 1 commit into from

Conversation

jdufresne
Copy link

The verbose option can still be passed by the extra_opts
parameter, but it is no longer forced on the user.

The verbose option can still be passed by the extra_opts
parameter, but it is no longer forced on the user.
@bitprophet
Copy link
Member

The idea makes sense, but it technically breaks backwards compatibility, behavior-wise (users who are used to or rely on the verbosity will be surprised after an update.)

I poked and found #910 which should solve this for you - once that is merged you can deactivate -v by saying rsync_project(default_opts='pthrz') (which otherwise defaults to pthrvz - note the v.)

I'll close this, please watch #910 instead - I will do it this afternoon.

@bitprophet bitprophet closed this Sep 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants