fix outdated comments in config.yaml (#7594)

* `spack purge` now is `spack clean`
This commit is contained in:
healther 2018-03-25 15:49:55 +02:00 committed by Adam J. Stewart
parent 4332e75986
commit 9f07300982

View File

@ -42,7 +42,7 @@ config:
# builds directly inside its install directory without staging them in # builds directly inside its install directory without staging them in
# temporary space. # temporary space.
# #
# The build stage can be purged with `spack purge --stage`. # The build stage can be purged with `spack clean --stage`.
build_stage: build_stage:
- $tempdir - $tempdir
- /nfs/tmp2/$user - /nfs/tmp2/$user
@ -50,12 +50,12 @@ config:
# Cache directory already downloaded source tarballs and archived # Cache directory already downloaded source tarballs and archived
# repositories. This can be purged with `spack purge --downloads`. # repositories. This can be purged with `spack clean --downloads`.
source_cache: $spack/var/spack/cache source_cache: $spack/var/spack/cache
# Cache directory for miscellaneous files, like the package index. # Cache directory for miscellaneous files, like the package index.
# This can be purged with `spack purge --misc-cache` # This can be purged with `spack clean --misc-cache`
misc_cache: ~/.spack/cache misc_cache: ~/.spack/cache