Fix netrc one-line parsing and enforce dummy login writes
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-03-03 08:52:31 +01:00
parent c24af42fc0
commit aa4732af7b
4 changed files with 89 additions and 22 deletions

View file

@ -4,6 +4,12 @@
Changes yet to be released are documented here.
## v0.2.1
- Fix netrc parsing for one-line entries such as `machine ... login ... password ...`
- Always write netrc entries as one line with a non-empty login (`dummy`)
- Add regression tests for one-line netrc parsing and write format
## v0.2.0
- Improve config discovery for server workflows: