Skip to content

Use conventional `NETRC` environment variable name for netrc credential file

Dduvall requested to merge master-I0948e0c19106af04d23da5321899db994fa1a0c5 into master

The previously used environment variable name required the downstream
tool (release/make-release/automatic-branch-cut) to set HOME and
symlink the netrc file. If we instead use the standard-ish NETRC
environment variable name, the file should be picked up by Python's
requests library and branch.py will configure git to use the resolved
credentials.

Reverts the revert (8d2d8fec) of the
original.

Bug: T373441
Depends-On: release!110 (closed)

Edited by Dduvall

Merge request reports