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

RAUC disabled by default #193

Merged
merged 2 commits into from
Feb 18, 2020
Merged

RAUC disabled by default #193

merged 2 commits into from
Feb 18, 2020

Conversation

jpgill86
Copy link
Owner

Previously, RAUCs were always calculated if lazy=False, i.e., there was no way to disable them if other non-lazy features were needed. Now, RAUCs are not calculated if the bin duration is set to None, which is the new default. So now to calculate RAUCs, rauc_bin_duration must be given explicitly (as well as lazy=False).

Previously, RAUCs were always calculated if ``lazy=False``, i.e., there was no way to disable them if other non-lazy features were needed. Now, RAUCs are not calculated if the bin duration is set to None, which is the new default. So now to calculate RAUCs, ``rauc_bin_duration`` must be given explicitly (as well as ``lazy=False``).
@jpgill86 jpgill86 added this to the 1.4.0 milestone Feb 18, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.002%) to 51.972% when pulling 51d8cdb on rauc-disabled-by-default into c6c5064 on master.

@coveralls
Copy link

coveralls commented Feb 18, 2020

Coverage Status

Coverage remained the same at 51.974% when pulling 51d8cdb on rauc-disabled-by-default into c6c5064 on master.

@jpgill86 jpgill86 merged commit bdd2dbd into master Feb 18, 2020
@jpgill86 jpgill86 deleted the rauc-disabled-by-default branch February 18, 2020 23:31
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.

2 participants