Searched refs:depcache (Results 1 – 2 of 2) sorted by relevance
460 def depcache(cls) -> str: member in Package 461 """Create the contents of the '/tmp/depcache'.466 depcache = ""468 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])469 return depcache1041 RUN echo '{Package.depcache()}' > /tmp/depcache
338 with open("/tmp/depcache", "r") as depcache:339 cache = depcache.readline()