fix outdated comments in config.yaml (#7594)
* `spack purge` now is `spack clean`
This commit is contained in:
		 healther
					healther
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							4332e75986
						
					
				
				
					commit
					9f07300982
				
			| @@ -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 | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user