-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/pkg.mk: silence info if QUIETER #18031
Conversation
Found a workaround, now it's really silent. |
Oh I broke something |
fixed I think |
The instance of hash mismatch seems to be not the typical flash positive this time. The binaries have also a different size :/ |
Hmm I'm not sure, since after a new build It's a different application that failed, seems like the classic false positive to me. |
Anything remaining here? |
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.
ACK. Trusting your and Murdock's testing.
Thanks for the review! |
Contribution description
Silence most pkg clonning/handling related logs when QUIETER is set.
For some reason event though
--quiet
is passed I still get the progress report:So I redirected the output so it does not see a tty, now it's completely silent.
Not sure if this is a bug with my git version or I'm missing something?
Testing procedure
Build an application with
RIOT_CI_BUILD
, it should be much more silent now.