From d918a4f996c657bfb2263e2129e7d73726e784d3 Mon Sep 17 00:00:00 2001 From: tabris Date: Thu, 23 Oct 2025 13:20:36 -0400 Subject: [PATCH] documentation for armbian/build#8811 - MANAGE_ACNG --- docs/Developer-Guide_Build-Switches.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Developer-Guide_Build-Switches.md b/docs/Developer-Guide_Build-Switches.md index 729eaa10..a0605089 100644 --- a/docs/Developer-Guide_Build-Switches.md +++ b/docs/Developer-Guide_Build-Switches.md @@ -369,6 +369,9 @@ Example: - `bfsu`: use `mirrors.bfsu.edu.cn`, the mirror of Beijing Foreign Studies University - leave empty to use official source - **LOCAL_MIRROR** (auto): override automated mirror selection, example 'LOCAL_MIRROR=""' +- **MANAGE_ACNG** ( `yes` | **`no`** | http URL ): configures use of `apt-cacher-ng`, a cache for debian/ubuntu/etc apt repositories. + - `yes` sets up an automatically managed `apt-cacher-ng` instance on the build host. This mode is incompatible with container builds. + - but you can provide a URL for a self-managed `apt-cacher-ng` instance, e.g. `"http://apt-cacher.example.com:3142"` - **MAINLINE_MIRROR** ( `google` | `tuna` | `bfsu` ): select mainline mirror of `linux-stable.git` - `google`: use the mirror provided by Google, the same as `USE_MAINLINE_GOOGLE_MIRROR=yes` - `tuna`: use the mirror provided by Tsinghua University