diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2018-08-15 11:30:09 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-08-15 09:30:09 -0700 |
commit | 73c978ddd99973e29f2ba42078b10455c1de5ca8 (patch) | |
tree | 681d7ae0d3699ce8c73c126a2310f3c7430efd69 /.travis.yml | |
parent | c0699539d56bc16271861dc0de61534f369f1bb9 (diff) | |
download | spack-73c978ddd99973e29f2ba42078b10455c1de5ca8.tar.gz spack-73c978ddd99973e29f2ba42078b10455c1de5ca8.tar.bz2 spack-73c978ddd99973e29f2ba42078b10455c1de5ca8.tar.xz spack-73c978ddd99973e29f2ba42078b10455c1de5ca8.zip |
install_tree, copy_tree can install into existing directory structures (#8289)
Replace use of `shutil.copytree` with `copy_tree` and `install_tree` functions in `llnl.util.filesystem`.
- `copy_tree` copies without setting permissions. It should be used to copy files around in the build directory.
- `install_tree` copies files and sets permissions. It should be used to copy files into the installation directory.
- `install` and `copy` are analogous single-file functions.
- add more extensive tests for these functions
- update packages to use these functions.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions