Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188976 - layman doesn't use git protocol to fetch git overlays (such as kde)
Summary: layman doesn't use git protocol to fetch git overlays (such as kde)
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gunnar Wrobel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 11:07 UTC by Marijn Schouten (RETIRED)
Modified: 2007-09-11 05:48 UTC (History)
0 users

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 Marijn Schouten (RETIRED) gentoo-dev 2007-08-15 11:07:14 UTC
layman doesn't use git protocol to fetch git overlays (such as kde). It uses HTTP (I think), which only works if git is built with curl use flag. Git protocol always works and has some other advantages like less bandwidth usage too.
Comment 1 Gunnar Wrobel (RETIRED) gentoo-dev 2007-09-11 05:48:41 UTC
layman uses whatever is specified as prefix of the repository URL. It uses the git protocol if the URL starts with "git://" and uses HTTP if it begins with "http://"