mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Add support for no-proxy option in URLS.
@ 2013-02-26 10:42 Dennis Herbrich
  2013-02-28 10:28 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Dennis Herbrich @ 2013-02-26 10:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Dennis 'Gyroplast' Herbrich

From: Dennis 'Gyroplast' Herbrich <kontakt+git@veloxis.de>

Add support for wget no-proxy option in URLs.

Signed-off-by: Dennis 'Gyroplast' Herbrich <kontakt+git@veloxis.de>
---
 scripts/lib/ptxd_make_get.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
index f91d1fb..914b3d5 100644
--- a/scripts/lib/ptxd_make_get.sh
+++ b/scripts/lib/ptxd_make_get.sh
@@ -27,7 +27,7 @@ ptxd_make_get_http() {
 		shift
 
 		case "${opt}" in
-			no-check-certificate)
+			no-check-certificate|no-proxy)
 				opts[${#opts[@]}]="--${opt}"
 				;;
 			*)
@@ -112,6 +112,7 @@ export -f ptxd_make_get_download_permitted
 #
 # valid options:
 # - no-check-certificate	don't check server certificate (https only)
+# - no-proxy			don't use proxy even if configured
 #
 ptxd_make_get() {
 	local -a argv
-- 
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-02-28 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26 10:42 [ptxdist] [PATCH] Add support for no-proxy option in URLS Dennis Herbrich
2013-02-28 10:28 ` Marc Kleine-Budde

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