| Paste number 60607: | only check the presence, do not load the stuff yet |
| Pasted by: | zecke |
| 5 days, 5 hours ago | |
| #oe | Context in IRC logs | |
| Paste contents: |
| @@ -71,7 +71,7 @@ def go(self, loc, ud, d): """Fetch url""" - if Fetch.try_mirror(d, ud.localfile): + if os.access(os.path.join(data.getVar("Dl_DIR", d, True), ud.localfile), os.R_OK) bb.msg.debug(1, bb.msg.domain.Fetcher, "%s already exists (or was stashed). Skipping git checkout." % ud.localpath) return |
This paste has no annotations.