svn.py, git.py: Sync with bitbake trunk - comment changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@961 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-27 08:57:29 +00:00
parent d8f7680dc0
commit 9f10a98f44
2 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Git(Fetch):
"""Class to fetch a module or modules from git repositories""" """Class to fetch a module or modules from git repositories"""
def supports(self, url, ud, d): def supports(self, url, ud, d):
""" """
Check to see if a given url can be fetched with cvs. Check to see if a given url can be fetched with git.
""" """
return ud.type in ['git'] return ud.type in ['git']

View File

@ -4,6 +4,10 @@
""" """
BitBake 'Fetch' implementations BitBake 'Fetch' implementations
This implementation is for svn. It is based on the cvs implementation.
Copyright (C) 2004 Marcin Juszkiewicz
Classes for obtaining upstream sources for the Classes for obtaining upstream sources for the
BitBake build tools. BitBake build tools.