-
Notifications
You must be signed in to change notification settings - Fork 72
remove verbose mode for rsync #116
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
Conversation
|
I like the idea of having an environment variable to toggle it. Maybe something referencing verbose, or perhaps enabling "debug"? |
|
How should I call the var?
any suggestions? |
|
I made some changes... It is easier, to discuss about code ;) |
|
Thanks much! What do you think about I'll leave a couple comments in the PR as well on specifics. |
feedback from @getsource
|
Yes, it's working for me. I may be missing something, so apologies if so! If it doesn't exist at all (not in In both cases it's "set" and "empty". |
|
I'm seeing the 👍 but didn't want to assume incorrectly -- if you'd like to merge, go ahead -- if not, either I can, or of course we can keep discussing. It looks good to me -- thank you! |
|
I like your change and I am fine with merging it 😊 |
|
I am the MR owner, so I cannot approve the changes. |
getsource
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me -- thank you!
I had problems with travis and the verbose mode of
rsync:I would suggest to remove the flag, or at least to hide it behind an
envvar.