summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorhealther <healther@users.noreply.github.com>2018-03-25 15:49:55 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2018-03-25 08:49:55 -0500
commit9f07300982a6a5e6054e4f00df74dfa288cfd770 (patch)
treeef1000451a25ab968aa566d65fe0648dd438a722 /etc
parent4332e75986ab1a5e272c2ea50bf313af3d6a0a83 (diff)
downloadspack-9f07300982a6a5e6054e4f00df74dfa288cfd770.tar.gz
spack-9f07300982a6a5e6054e4f00df74dfa288cfd770.tar.bz2
spack-9f07300982a6a5e6054e4f00df74dfa288cfd770.tar.xz
spack-9f07300982a6a5e6054e4f00df74dfa288cfd770.zip
fix outdated comments in config.yaml (#7594)
* `spack purge` now is `spack clean`
Diffstat (limited to 'etc')
-rw-r--r--etc/spack/defaults/config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml
index c7dfeb58b3..b5e517c98d 100644
--- a/etc/spack/defaults/config.yaml
+++ b/etc/spack/defaults/config.yaml
@@ -42,7 +42,7 @@ config:
# builds directly inside its install directory without staging them in
# temporary space.
#
- # The build stage can be purged with `spack purge --stage`.
+ # The build stage can be purged with `spack clean --stage`.
build_stage:
- $tempdir
- /nfs/tmp2/$user
@@ -50,12 +50,12 @@ config:
# 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
# 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