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

Distinguish unset --*-skip settings from set to the empty string #662

Merged
merged 1 commit into from May 12, 2024

Conversation

rhansen
Copy link
Member

@rhansen rhansen commented May 7, 2024

This prevents the %builtinweb or %builtinfw skip defaults from overriding a user's explicitly empty --web-skip= or --fw-skip= setting.

This is technically a backwards-incompatible change: Any config that explicitly sets --web-skip or --fw-skip to the empty string but depends on the built-in skip behavior will fail. This is unlikely to affect many (if any) users; compatibility concerns are believed to be far less significant than the potential need to turn off the built-in skip.

@rhansen rhansen force-pushed the skip branch 6 times, most recently from 8c87590 to f11d0f6 Compare May 12, 2024 07:39
This prevents the `%builtinweb` or `%builtinfw` skip defaults from
overriding a user's explicitly empty `--web-skip=` or `--fw-skip=`
setting.

This is technically a backwards-incompatible change: Any config that
explicitly sets `--web-skip` or `--fw-skip` to the empty string but
depends on the built-in skip behavior will fail.  This is unlikely to
affect many (if any) users; compatibility concerns are believed to be
far less significant than the potential need to turn off the built-in
skip.
@rhansen rhansen changed the title Distinguish unset *-skip settings from set to the empty string Distinguish unset --*-skip settings from set to the empty string May 12, 2024
@rhansen rhansen merged commit 5eb6a6d into ddclient:master May 12, 2024
7 checks passed
@rhansen rhansen deleted the skip branch May 12, 2024 20:03
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

1 participant