* [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
* Re: [ptxdist] [PATCH] Add support for no-proxy option in URLS.
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
0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2013-02-28 10:28 UTC (permalink / raw)
To: ptxdist; +Cc: Dennis Herbrich
[-- Attachment #1.1: Type: text/plain, Size: 539 bytes --]
On 02/26/2013 11:42 AM, Dennis Herbrich wrote:
> 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>
applied, tnx
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
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