implemented cache_local method for DIY stage (as a noop)

This commit is contained in:
Peter Scheibel 2016-03-24 19:45:10 -07:00
parent 142d1f5cbc
commit 6423eab917

View file

@ -503,6 +503,8 @@ def destroy(self):
# No need to destroy DIY stage.
pass
def cache_local(self):
tty.msg("Sources for DIY stages are not cached")
def _get_mirrors():
"""Get mirrors from spack configuration."""