Hi, sorry to open this issue to ask a question, but I couldn't find anything related to this on the release notes of v2.14.
Anyway, with version 2.13.1 (and older), I'd run nvchecker -c sources.toml, and if any entry failed (for whatever reason, e.g. network issues), they'd be automatically removed from the newver record file, which is a behavior I heavily relied upon to automate my monitoring repo.
I don't know if this change in behavior was intentional with version 2.14, but is there a way to restore the old behavior without downgrading?
Hi, sorry to open this issue to ask a question, but I couldn't find anything related to this on the release notes of v2.14.
Anyway, with version 2.13.1 (and older), I'd run
nvchecker -c sources.toml
, and if any entry failed (for whatever reason, e.g. network issues), they'd be automatically removed from thenewver
record file, which is a behavior I heavily relied upon to automate my monitoring repo.I don't know if this change in behavior was intentional with version 2.14, but is there a way to restore the old behavior without downgrading?
Thank you!