diff --git a/kas-docker b/kas-docker
index 097081f..e7d71ea 100755
--- a/kas-docker
+++ b/kas-docker
@@ -213,7 +213,7 @@ fi
set -- ${DOCKER_ARGS}
for var in SHELL TERM KAS_DISTRO KAS_MACHINE KAS_TARGET KAS_TASK \
- http_proxy https_proxy ftp_proxy no_proxy; do
+ http_proxy https_proxy ftp_proxy no_proxy NO_PROXY; do
if [ -n "$(eval echo \$${var})" ]; then
set -- "$@" -e "${var}='$(eval echo \$${var})'"
fi
--
2.16.4
Jan Kiszka
unread,
Jan 29, 2019, 12:09:28 PM1/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Upstream oe-git-proxy has a bug [1] and currently does proxying
unconditionally, just being stopped in the absence of other proxy
settings. Patch in the fix until upstream picks it up.