mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bb.fetch2: rename "go" with "download" to better reflect its functionality
no functional change Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class Cvs(Fetch):
|
||||
return True
|
||||
return False
|
||||
|
||||
def go(self, loc, ud, d):
|
||||
def download(self, loc, ud, d):
|
||||
|
||||
method = ud.parm.get('method', 'pserver')
|
||||
localdir = ud.parm.get('localdir', ud.module)
|
||||
|
||||
Reference in New Issue
Block a user