mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
This patch installs "socat" and a proxy gateway script into the chroot so that git can use a proxy to access "git://" protocol urls. This is needed when performing builds from behind a firewall that requires a proxy. The script reads the proxy environment variables all_proxy (SOCKS), https_proxy (CONNECT), and http_proxy (CONNECT), in order of preference, and supports no_proxy as a whitelist of target hosts that must NOT go through the proxy. This also updates enter_chroot.sh to automatically use this script as GIT_PROXY_COMMAND when it sees the proxy environment variables set. The "socat" program is added to hard-host-depends as a separate patch. That handles socat installation in case of building a chroot from scratch or upgrading. The proxy-gw script is installed in the src/scripts/bin directory which can be stably referenced within the chroot as /mnt/host/source/src/scripts/bin/. The "/mnt/host/source" portion of this path is obtained from the CHROOT_TRUNK_DIR environment variable which is set to a suitable value by preexisting logic in common.sh. This change became necessary to unbreak builds behind proxies with the recent addition of two ebuilds using egit.eclass with repositories using git:// URLs. Original patch by Paul Drews <paul.drews@intel.com>; modified version by Josh Triplett <josh@joshtriplett.org>. CQ-DEPENDS=I1b01bce6f3e6a562b87f748e61508d142af576d9 BUG=none TEST=git clone git://nv-tegra.nvidia.com/tools/cbootimage.git Change-Id: Ic7fc917d1aa24f408bef6f102b6458114dded694 Reviewed-on: https://gerrit.chromium.org/gerrit/41659 Tested-by: paul drews <paul.drews@intel.com> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: paul drews <paul.drews@intel.com> |
||
---|---|---|
.. | ||
enter_chroot.sh | ||
make_chroot.sh | ||
make_conf_util.sh |