spack/lib/spack
Adam J. Stewart 73c978ddd9 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.
2018-08-15 09:30:09 -07:00
..
docs Branch with the meson build-system (#8467) 2018-08-10 12:52:09 -05:00
env bugfix: cc handles spaces in flag variables properly 2018-08-09 08:00:22 -07:00
external pytest: add _pytest/_version.py and LICENSE 2018-06-20 14:35:10 -05:00
llnl install_tree, copy_tree can install into existing directory structures (#8289) 2018-08-15 09:30:09 -07:00
spack install_tree, copy_tree can install into existing directory structures (#8289) 2018-08-15 09:30:09 -07:00