From: Dennis Herbrich <kontakt+git@veloxis.de>
To: ptxdist@pengutronix.de
Cc: Dennis 'Gyroplast' Herbrich <kontakt+git@veloxis.de>
Subject: [ptxdist] [PATCH] Add support for no-proxy option in URLS.
Date: Tue, 26 Feb 2013 11:42:58 +0100 [thread overview]
Message-ID: <1361875378-12587-1-git-send-email-kontakt+git@veloxis.de> (raw)
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
next reply other threads:[~2013-02-26 10:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-26 10:42 Dennis Herbrich [this message]
2013-02-28 10:28 ` Marc Kleine-Budde
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1361875378-12587-1-git-send-email-kontakt+git@veloxis.de \
--to=kontakt+git@veloxis.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox