Builder for live images based on Debian
Go to file
Roland Clobus d6a5a1f3cf
Simpler handling of http proxies
There are two main scenarios:
1) The host with live-build is configured to use a proxy
   This proxy will automatically be used by live-build
2) The user of live-build explicitly specifies a proxy
2A) With the environment variable 'http_proxy' (preferred)
2B) With the command line option --apt-http-proxy

Any inconsistency in the setting of a proxy results in an error message of 'lb config'
All internal tools (apt/apt-get/aptitude, wget and debootstrap) use the environment variables 'http_proxy' and 'no_proxy', which are passed along to the chroot where needed.

Test scenario:
- A virtual machine with all out-going traffic blocked, except for the proxy.
2021-09-23 13:53:49 +02:00
data/debian-cd Adding symlink for udeb data for bullseye 2021-02-10 22:14:36 +01:00
debian Merge commit 'e93e2b4b9dde3059935daa61cabeab663fc0838b' 2021-09-15 12:25:01 +01:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions Simpler handling of http proxies 2021-09-23 13:53:49 +02:00
manpages Simpler handling of http proxies 2021-09-23 13:53:49 +02:00
scripts Simpler handling of http proxies 2021-09-23 13:53:49 +02:00
share Reproducible fix for glibc 2021-01-23 21:26:09 +01:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00