Searched refs:origud (Results 1 – 1 of 1) sorted by relevance
645 def verify_donestamp(ud, d, origud=None): argument654 if not ud.needdonestamp or (origud and not origud.needdonestamp):666 (origud and not origud.method.supports_checksum(origud))):945 def build_mirroruris(origud, mirrors, ld): argument950 replacements["TYPE"] = origud.type951 replacements["HOST"] = origud.host952 replacements["PATH"] = origud.path953 replacements["BASENAME"] = origud.path.split("/")[-1]954 …replacements["MIRRORNAME"] = origud.host.replace(':','.') + origud.path.replace('/', '.').replace(…965 if not newuri or newuri in uris or newuri == origud.url:[all …]