diff options
author | Greg Becker <becker33@llnl.gov> | 2019-10-15 14:24:52 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-10-15 14:24:52 -0700 |
commit | 94e80933f0fc77055635f35795f4ab02251c2cdf (patch) | |
tree | cc21310408e16b7eeaf72bab16914e8c7ec92cb9 /NOTICE | |
parent | 5ea0eed2876b272b06861c5697c5ba8627842dd7 (diff) | |
download | spack-94e80933f0fc77055635f35795f4ab02251c2cdf.tar.gz spack-94e80933f0fc77055635f35795f4ab02251c2cdf.tar.bz2 spack-94e80933f0fc77055635f35795f4ab02251c2cdf.tar.xz spack-94e80933f0fc77055635f35795f4ab02251c2cdf.zip |
Feature: installed file verification (#12841)
This feature generates a verification manifest for each installed
package and provides a command, "spack verify", which can be used to
compare the current file checksums/permissions with those calculated
at installed time.
Verification includes
* Checksums of files
* File permissions
* Modification time
* File size
Packages installed before this PR will be skipped during verification.
To verify such a package you must reinstall it.
The spack verify command has three modes.
* With the -a,--all option it will check every installed package.
* With the -f,--files option, it will check some specific files,
determine which package they belong to, and confirm that they have
not been changed.
* With the -s,--specs option or by default, it will check some
specific packages that no files havae changed.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions