summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorscheibelp <scheibel1@llnl.gov>2018-08-17 22:08:38 -0400
committerGitHub <noreply@github.com>2018-08-17 22:08:38 -0400
commit638cc64571fd038f5ae7f47a664399b9f2629d66 (patch)
treeadf9b69a2c048ba23ae230b51888fc37778f7f47 /share
parenta7a674512013d4c79fda14dbbf98bced955c437b (diff)
downloadspack-638cc64571fd038f5ae7f47a664399b9f2629d66.tar.gz
spack-638cc64571fd038f5ae7f47a664399b9f2629d66.tar.bz2
spack-638cc64571fd038f5ae7f47a664399b9f2629d66.tar.xz
spack-638cc64571fd038f5ae7f47a664399b9f2629d66.zip
install_tree: symlink handling and add 'ignore' option (#9019)
Fixes #9001 #8289 added support for install_tree and copy_tree to merge into an existing directory structure. However, it did not properly handle relative symlinks and also removed support for the 'ignore' keyword. Additionally, some of the tests were overly-strict when checking the permissions on the copied files. This updates the install_tree/copy_tree methods and their tests: * copy_tree/install_tree now preserve relative link targets (if the symlink in the source directory structure is relative, the symlink created in the destination will be relative) * Added support for 'ignore' argument back to copy_tree/install_tree (removed in #8289). It is no longer the object output by shutil.ignore_patterns: you pass a function that accepts a path relative to the source and returns whether that path should be copied. * The openfoam packages (currently the only ones making use of the 'ignore' argument) are updated for the new API * When a symlink target is absolute, copy_tree and install_tree now rewrite the source prefix to be the destination prefix * copy_tree tests no longer check permissions: copy_tree doesn't enforce anything about permissions so its tests don't check for that * install_tree tests no longer check for exact permission matching since it can add file permissions
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions