Searched refs:origud (Results 1 – 1 of 1) sorted by relevance
651 def verify_donestamp(ud, d, origud=None): argument660 if not ud.needdonestamp or (origud and not origud.needdonestamp):672 (origud and not origud.method.supports_checksum(origud))):984 def build_mirroruris(origud, mirrors, ld): argument989 replacements["TYPE"] = origud.type990 replacements["HOST"] = origud.host991 replacements["PATH"] = origud.path992 replacements["BASENAME"] = origud.path.split("/")[-1]993 …replacements["MIRRORNAME"] = origud.host.replace(':','.') + origud.path.replace('/', '.').replace(…1004 if not newuri or newuri in uris or newuri == origud.url:[all …]