Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353827 - git.eclass contains nonsensical test
Summary: git.eclass contains nonsensical test
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tomáš Chvátal (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-06 09:39 UTC by Ulrich Müller
Modified: 2011-04-20 21:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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/ :)