From: Michał Górny Date: Thu, 28 Nov 2019 13:33:36 +0000 (+0100) Subject: git-r3.eclass: Explicitly disable password prompts X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f981af79945e28a40dab2b5196329f7835afe78b;p=gentoo.git git-r3.eclass: Explicitly disable password prompts Closes: https://bugs.gentoo.org/701276 Signed-off-by: Michał Górny --- diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index b1c7f7f43abc..e0d2bbb5edc0 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -556,6 +556,9 @@ _git-r3_is_local_repo() { git-r3_fetch() { debug-print-function ${FUNCNAME} "$@" + # disable password prompts, https://bugs.gentoo.org/701276 + local -x GIT_TERMINAL_PROMPT=0 + # process repos first since we create repo_name from it local repos if [[ ${1} ]]; then