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

Support NETRC environmental var #2426

Merged
merged 4 commits into from Nov 18, 2022
Merged

Support NETRC environmental var #2426

merged 4 commits into from Nov 18, 2022

Conversation

mikejholly
Copy link
Contributor

This adds support for a custom .netrc file path using the (apparently) standard NETRC env. https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html

Copy link
Member

@vladaionescu vladaionescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add an entry in the changelog too?

CHANGELOG.md Outdated
@@ -7,6 +7,7 @@ All notable changes to [Earthly](https://github.com/earthly/earthly) will be doc
### Changed

- Updated buildkit to include changes up to [a5263dd0f990a3fe17b67e0002b76bfd1f5b433d](https://github.com/moby/buildkit/commit/a5263dd0f990a3fe17b67e0002b76bfd1f5b433d), which includes a change to speed-up buildkit startup time.
- Added support for a custom `.netrc` file path using the standard `NETRC` environmental variable. [#2426](https://github.com/earthly/earthly/pull/2426)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go under ### Added actually.

@vladaionescu
Copy link
Member

FYI - I fixed a merge conflict --> Merge branch 'main' into mh/netrc-env

@mikejholly mikejholly merged commit 2b678b4 into main Nov 18, 2022
@mikejholly mikejholly deleted the mh/netrc-env branch November 18, 2022 23:20
miles170 added a commit to miles170/earthly that referenced this pull request Nov 19, 2022
* main: (30 commits)
  Support NETRC environmental var (earthly#2426)
  Add installation name to the changelog (earthly#2427)
  Add some basic buffering to conslogging (earthly#2425)
  switch satellite back to core-test (earthly#2424)
  Don't expire when JWT set externally (earthly#2418)
  Add all the non-buildkit output to logstream too (earthly#2423)
  More fields on satellite ls and inspect (earthly#2412)
  Fix linebreak (earthly#2421)
  Fix logstream closing sequence (earthly#2422)
  fix singlequote parsing for --shell-out-anywhere (earthly#2419)
  Update earthfile-syntax-highlighting release instructions (earthly#2420)
  Changes in vscode-syntax-highlighting-v0.0.12 (earthly#2407)
  fix incorrect session ID passed to llb.SessionID (earthly#2413)
  Allow passing a JWT to Earthly for accessing cloud features (earthly#2414)
  Fix `time.Now().UnixNano()` stripping away the nanos (earthly#2415)
  Update CHANGELOG.md (earthly#2393)
  docs: Satellite sleep behaviour (earthly#2380)
  Bump nokogiri from 1.12.5 to 1.13.9 in /examples/ruby-on-rails (earthly#2411)
  Bump nokogiri from 1.11.0 to 1.12.5 in /examples/ruby-on-rails (earthly#2295)
  run tests on docs (earthly#2410)
  ...
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

2 participants