Merge pull request #192 from trws/clean-dist

modified warning to reference spack clean
This commit is contained in:
Todd Gamblin 2015-11-23 10:10:27 -08:00
commit df4e79c06c

View File

@ -190,7 +190,7 @@ def fetch(self):
if content_types and 'text/html' in content_types[-1]:
tty.warn("The contents of " + self.archive_file + " look like HTML.",
"The checksum will likely be bad. If it is, you can use",
"'spack clean --dist' to remove the bad archive, then fix",
"'spack clean <package>' to remove the bad archive, then fix",
"your internet gateway issue and install again.")
if not self.archive_file: