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

(-)git-r3.eclass (+5 lines)
Lines 252-257 Link Here
252
		l=${l#submodule.}
252
		l=${l#submodule.}
253
		local subname=${l%%.url=*}
253
		local subname=${l%%.url=*}
254
254
255
		# skip modules that have 'update = none', bug #487262.
256
		local upd=$(echo "${data}" | git config -f /dev/fd/0 \
257
			submodule."${subname}".update)
258
		[[ ${upd} == none ]] && continue
259
255
		submodules+=(
260
		submodules+=(
256
			"${subname}"
261
			"${subname}"
257
			"$(echo "${data}" | git config -f /dev/fd/0 \
262
			"$(echo "${data}" | git config -f /dev/fd/0 \

Return to bug 487262