From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: misc/
Date: Sat, 19 Aug 2023 15:03:20 +0000 (UTC) [thread overview]
Message-ID: <1692457337.058af64372fc6937cb83e58653133f2dba47d410.sam@gentoo> (raw)
commit: 058af64372fc6937cb83e58653133f2dba47d410
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:02:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:02:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=058af643
misc/emerge-delta-webrsync: sync with emerge-webrsync for proxy support
Signed-off-by: Sam James <sam <AT> gentoo.org>
misc/emerge-delta-webrsync | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync
index b2925f0134..1a54d41734 100755
--- a/misc/emerge-delta-webrsync
+++ b/misc/emerge-delta-webrsync
@@ -94,8 +94,8 @@ eval "$("${portageq}" envvar -v DISTDIR EPREFIX FEATURES \
PORTAGE_BIN_PATH PORTAGE_CONFIGROOT PORTAGE_GPG_DIR \
PORTAGE_NICENESS PORTAGE_REPOSITORIES PORTAGE_RSYNC_EXTRA_OPTS \
PORTAGE_RSYNC_OPTS PORTAGE_TEMP_GPG_DIR PORTAGE_TMPDIR \
- USERLAND http_proxy ftp_proxy)"
-export http_proxy ftp_proxy
+ USERLAND http_proxy https_proxy ftp_proxy)"
+export http_proxy https_proxy ftp_proxy
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit
@@ -401,6 +401,12 @@ check_file_signature_gemato() {
-K "${key}"
)
+ if [[ -n ${http_proxy} || -n ${https_proxy} ]] ; then
+ gemato_args+=(
+ --proxy "${http_proxy:-${https_proxy}}"
+ )
+ fi
+
[[ -n ${PORTAGE_GPG_KEY_SERVER} ]] && gemato_args+=( --keyserver "${PORTAGE_GPG_KEY_SERVER}" )
[[ ${PORTAGE_QUIET} == 1 ]] && gemato_args+=( --quiet )
[[ ${do_debug} == 1 ]] && gemato_args+=( --debug )
next reply other threads:[~2023-08-19 15:03 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-19 15:03 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-29 1:22 [gentoo-commits] proj/portage:master commit in: misc/ Zac Medico
2023-11-11 7:24 Sam James
2023-08-19 15:42 Sam James
2023-08-19 15:03 Sam James
2023-08-19 13:35 Sam James
2019-12-30 21:36 Zac Medico
2019-12-09 9:30 Zac Medico
2018-07-28 6:20 Zac Medico
2018-07-28 6:12 Zac Medico
2018-02-01 6:18 Zac Medico
2015-11-06 5:31 Zac Medico
2014-10-19 17:19 Zac Medico
2013-07-10 20:16 Zac Medico
2013-06-22 6:14 Zac Medico
2013-06-22 5:54 Zac Medico
2013-01-28 21:45 Zac Medico
2012-09-14 7:26 Zac Medico
2012-08-19 5:44 Zac Medico
2012-08-19 5:21 Zac Medico
2012-08-18 22:51 Zac Medico
2012-08-18 20:51 Zac Medico
2012-08-18 20:32 Zac Medico
2012-08-18 1:45 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 1:28 Zac Medico
2012-08-18 0:09 Zac Medico
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=1692457337.058af64372fc6937cb83e58653133f2dba47d410.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/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