mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] ptxdist: Keep https_proxy and no_proxy in environment
@ 2013-03-12 16:12 Dennis Herbrich
  2013-03-12 16:12 ` [ptxdist] [PATCH 2/2] ptxdist: Added HTTPS proxy and exception configuration Dennis Herbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Dennis Herbrich @ 2013-03-12 16:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Dennis Herbrich


Signed-off-by: Dennis Herbrich <dennis.herbrich@hytera.de>
---
 bin/ptxdist |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ptxdist b/bin/ptxdist
index 579cedb..a28681d 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -2015,7 +2015,7 @@ setup_env() {
 
 	unset $(/usr/bin/env | \
 		sed -n -e "s/^\([^=[:space:]]\+\)=.*$/\1/p" | \
-		egrep -v "^(PTXDIST_PTXRC|PTX_AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|http_proxy|ftp_proxy${whitelist})$" )
+		egrep -v "^(PTXDIST_PTXRC|PTX_AUTOBUILD_DESTDIR|CCACHE_.*|PWD|HOME|USER|PATH|TERM|COLUMNS|LINES|DISPLAY|http_proxy|https_proxy|ftp_proxy|no_proxy${whitelist})$" )
 
 	######## the environment is clean now ########
 
-- 
1.7.9.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-12 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12 16:12 [ptxdist] [PATCH 1/2] ptxdist: Keep https_proxy and no_proxy in environment Dennis Herbrich
2013-03-12 16:12 ` [ptxdist] [PATCH 2/2] ptxdist: Added HTTPS proxy and exception configuration Dennis Herbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox