aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-19 14:54:08 +0100
committerSam James <sam@gentoo.org>2023-08-19 15:49:34 +0100
commit2410f8d7dde2ac12de4ec040696bcbb51e09ce9f (patch)
tree644edbe285ea7988702dfc58d500f138fe19f854 /bin/save-ebuild-env.sh
parentsync: handle https_proxy too (diff)
downloadportage-2410f8d7dde2ac12de4ec040696bcbb51e09ce9f.tar.gz
portage-2410f8d7dde2ac12de4ec040696bcbb51e09ce9f.tar.bz2
portage-2410f8d7dde2ac12de4ec040696bcbb51e09ce9f.zip
save-ebuild-env.sh, special_env_vars.py: add https_proxy
For parity with http_proxy. Bug: https://bugs.gentoo.org/691434 Bug: https://bugs.gentoo.org/835927 Bug: https://bugs.gentoo.org/911629 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/save-ebuild-env.sh')
-rw-r--r--bin/save-ebuild-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
index 20cd86866..3a2560aab 100644
--- a/bin/save-ebuild-env.sh
+++ b/bin/save-ebuild-env.sh
@@ -28,7 +28,7 @@ __save_ebuild_env() {
# misc variables inherited from the calling environment
unset COLORTERM DISPLAY EDITOR LESS LESSOPEN LOGNAME LS_COLORS PAGER \
- TERM TERMCAP USER ftp_proxy http_proxy no_proxy
+ TERM TERMCAP USER ftp_proxy http_proxy https_proxy no_proxy
# other variables inherited from the calling environment
unset CVS_RSH ECHANGELOG_USER GPG_AGENT_INFO \