mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: fetch2: document checkstatus API
The checkstatus semantics are unconventional, so document them. (Bitbake rev: efb949020215b580e7dc3694c377b18df2fd7e9c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fae4ba632b
commit
4a791f342f
@@ -1780,7 +1780,11 @@ class Fetch(object):
|
||||
|
||||
def checkstatus(self, urls=None):
|
||||
"""
|
||||
Check all urls exist upstream
|
||||
Check all URLs exist upstream.
|
||||
|
||||
Returns None if the URLs exist, raises FetchError if the check wasn't
|
||||
successful but there wasn't an error (such as file not found), and
|
||||
raises other exceptions in error cases.
|
||||
"""
|
||||
|
||||
if not urls:
|
||||
|
||||
Reference in New Issue
Block a user