Searched refs:depcache (Results 1 – 2 of 2) sorted by relevance
417 def depcache(cls) -> str: member in Package 418 """Create the contents of the '/tmp/depcache'.423 depcache = ""425 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])426 return depcache973 RUN echo '{Package.depcache()}' > /tmp/depcache
335 with open("/tmp/depcache", "r") as depcache:336 cache = depcache.readline()