mbox series

[v4,0/2] NPM Fetcher Private Registry Authentication Support:

Message ID 20250227223436.28224-1-eric.meyers@arthrex.com
Headers show
Series NPM Fetcher Private Registry Authentication Support: | expand

Message

Eric Meyers Feb. 27, 2025, 10:34 p.m. UTC
Changes in this commit include:
- npm fetcher changes:
    - Adding support to detect an .npmrc file within user's home directory if the
      BB_USE_HOME_NPMRC flag is set, then append the contents to the user_config.
- Added entry to bitbake documentation for BB_USE_HOME_NPMRC flag
- This is the fourth revision at adding npmrc support, with the first 3 revisions below:
   - v1: https://lists.openembedded.org/g/bitbake-devel/topic/110839321
   - v2: https://lists.openembedded.org/g/bitbake-devel/topic/111289667
   - v3: https://lists.openembedded.org/g/bitbake-devel/topic/111395041

Eric Meyers (2):
  fetch2/npm: Adding npmrc support for private registry authentication
  doc: bitbake-user-manual-ref-variables: document BB_USE_HOME_NPMRC

 .../bitbake-user-manual-ref-variables.rst     |  6 ++++++
 lib/bb/fetch2/npm.py                          | 21 +++++++++++++++++++
 2 files changed, 27 insertions(+)