Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 771411
Collapse All | Expand All

(-)a/eclass/git-r3.eclass (-1 / +3 lines)
Lines 568-574 git-r3_fetch() { Link Here
568
	debug-print-function ${FUNCNAME} "$@"
568
	debug-print-function ${FUNCNAME} "$@"
569
569
570
	# disable password prompts, https://bugs.gentoo.org/701276
570
	# disable password prompts, https://bugs.gentoo.org/701276
571
	local -x GIT_TERMINAL_PROMPT=0
571
	if ! has interactive ${PROPERTIES}; then
572
		local -x GIT_TERMINAL_PROMPT=0
573
	fi
572
574
573
	# process repos first since we create repo_name from it
575
	# process repos first since we create repo_name from it
574
	local repos
576
	local repos

Return to bug 771411