Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 353827

Summary: git.eclass contains nonsensical test
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: EclassesAssignee: Tomáš Chvátal (RETIRED) <scarabeus>
Status: RESOLVED WONTFIX    
Severity: normal CC: dberkholz
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ulrich Müller gentoo-dev 2011-02-06 09:39:23 UTC
In git.fetch, around line 220:

	if [[ -z ${EGIT_REPO_URI%%:*} ]] ; then
		case ${EGIT_REPO_URI%%:*} in
			git*|http|https|rsync|ssh) ;;
			*) die "${EGIT}: protocol for fetch from "${EGIT_REPO_URI%:*}" is not yet implemented in eclass." ;;
		esac
	fi
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-20 21:40:56 UTC
This eclass is duplicated with git-2.eclass that has this fixed.
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2011-04-20 21:41:05 UTC
s/duplicated/obsoleted/ :)