From 11913f259bd613261d3ccc0301874e26a4dcdbab Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 31 Mar 2024 18:36:29 +0200
Subject: [PATCH] nodejs-18: update to 18.20.0

---
 README |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/README b/README
index f626de9..183ae4e 100644
--- a/README
+++ b/README
@@ -96,8 +96,11 @@
   Keeping all sources in one place
 
     The Userland consolidation tools automate download of required source
-    tarballs.  By default they are kept in each component's directory, but
-    you can centralize it by using the 'USERLAND_ARCHIVES' variable.
+    tarballs.  By older default they were kept in each component's directory,
+    but you could centralize it by using the 'USERLAND_ARCHIVES' variable.
+    Recently the defaults change to pre-initialize 'USERLAND_ARCHIVES' to
+    point into '$(WS_TOP)/archives/' unless customized by the caller - for
+    example, to share the common download area between multiple workspaces.
 
     You can pre-set this variable in your user account '~/.profile' like
     this (and note that the trailing slash is required):
@@ -106,6 +109,11 @@
        USERLAND_ARCHIVES="$HOME/Downloads/"
        export USERLAND_ARCHIVES
 
+    See also the 'make-rules/shared-macros.mk' for 'INTERNAL_ARCHIVE_MIRROR',
+    'EXTERNAL_ARCHIVE_MIRROR' and envvar 'DOWNLOAD_SEARCH_PATH' to get some
+    ideas about using HTTP mirrors to e.g. reduce network load and lags if you
+    can access a country- or organization-local mirror of opensource projects.
+
   Component build
 
     If you are only working on a single component, you can just build it using

--
Gitblit v1.9.3