summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-22 14:19:49 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-01-22 14:19:49 +0000
commit1bd15efef1dfe0fff29a448fb719b5dfc2a0e861 (patch)
tree4b1206faf2a08858dd1a5fd993e4425a825aa871 /etc
parent15563993a0b8ebfcf663a8a99566ee0d6e6091a2 (diff)
downloadmidipix_build-1bd15efef1dfe0fff29a448fb719b5dfc2a0e861.tar.bz2
midipix_build-1bd15efef1dfe0fff29a448fb719b5dfc2a0e861.tar.xz
Implements ${{DEFAULT,PKG,...}_MIRRORS}.
build.sh:build(): define and zero-initialise ${DEFAULT_MIRRORS}. etc/README.md: updated. midipix.env: adds ${DEFAULT_MIRRORS} (https://midipix.org/mirror/ https://midipix.lucioillanes.de/archives/). subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): receive and operate on target name and optional list of mirrors. subr/pkg_fetch_download.subr: additionally pass ${PKG_NAME} and ${PKG_MIRRORS} to rtl_fetch_url_wget().
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md
index 3ec85227..5e171155 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -580,6 +580,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| MAKEFLAGS_INSTALL_EXTRA | Additional list of ``make(1)`` flags during package ``make(1)`` installation |
| MAKEFLAGS_VERBOSITY | Variable-value pair to pass to ``make(1)`` in order to force echo-back of command lines prior to execution |
| MAKE_INSTALL_VNAME | Variable name of ``make(1)`` installation destination directory variable during package ``make(1)`` installation |
+| MIRRORS | List of package archive mirror base URLs to attempt downloading from; archive files are expected to reside within ``${PKG_NAME}`` subdirs |
| NO_CLEAN | Inhibit cleaning of package build directory beneath ``${PKG_BASE_DIR}`` pre-finish |
| NO_CLEAN_BASE_DIR | Inhibit cleaning of package build root directory beneath ``${BUILD_WORKDIR}`` |
| NO_LOG_VARS | Inhibit logging of build & package variables pre-package build |