Lines Matching refs:origin
2119 """Query the publisher's origin servers for versions
2359 # origin. Save the
2448 # the specific origin that failed, and
2451 url = getattr(e, "url", pub["origin"])
2458 url = pub["origin"]
2486 for origin in pub.repository.origins:
2488 p.repository.origins = [origin]
3159 # for the single origin returned by __gen_repo.
3225 """Returns true if the publisher's origin is cached
3678 for origin in repo.origins:
3679 if origin.scheme == "https":
3680 origin.ssl_key = ssl_key
3681 origin.ssl_cert = ssl_cert
3714 for origin in p.repository.origins:
3715 if origin.scheme == \
3717 origin.ssl_key = ssl_key
3718 origin.ssl_cert = ssl_cert