Lines Matching refs:FetchError
197 … raise bb.fetch2.FetchError("Invalid depth for BB_GIT_SHALLOW_DEPTH: %s" % depth_default)
200 … raise bb.fetch2.FetchError("Invalid depth for BB_GIT_SHALLOW_DEPTH: %s" % depth_default)
218 …raise bb.fetch2.FetchError("Invalid depth for BB_GIT_SHALLOW_DEPTH_%s: %s" % (name, shallow_depth))
221 …raise bb.fetch2.FetchError("Invalid depth for BB_GIT_SHALLOW_DEPTH_%s: %s" % (name, shallow_depth))
326 except bb.fetch2.FetchError:
402 …raise bb.fetch2.FetchError("Unable to find revision %s in branch %s even from upstream" % (ud.revi…
407 … raise bb.fetch2.FetchError("Unable to find revision %s even from upstream" % missing_rev)
598 …raise bb.fetch2.FetchError("Repository %s has LFS content, install git-lfs on host to download (or…
646 except bb.fetch2.FetchError:
649 …raise bb.fetch2.FetchError("The command '%s' gave output with more then 1 line unexpectedly, outpu…
678 except (bb.fetch2.FetchError,ValueError):
733 … raise bb.fetch2.FetchError("The command %s gave empty output unexpectedly" % cmd, ud.url)
743 …raise bb.fetch2.FetchError("Recipe uses a floating tag/branch '%s' for repo '%s' without a fixed S…
761 …raise bb.fetch2.FetchError("Unable to resolve '%s' in upstream git repository in git ls-remote out…
775 except (bb.fetch2.FetchError, bb.fetch2.NetworkAccess) as e:
840 except bb.fetch2.FetchError: