diff options
author | Greg Becker <becker33@llnl.gov> | 2019-06-05 08:15:47 +0900 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-06-04 19:15:47 -0400 |
commit | 0990f12dd9f22597991f6a08594060deff0bb755 (patch) | |
tree | 36cf5249a1e0cec885736c177a22a9d548f3357a /.travis.yml | |
parent | 964a1d59970b27105ca61684228f5b3309e00cdd (diff) | |
download | spack-0990f12dd9f22597991f6a08594060deff0bb755.tar.gz spack-0990f12dd9f22597991f6a08594060deff0bb755.tar.bz2 spack-0990f12dd9f22597991f6a08594060deff0bb755.tar.xz spack-0990f12dd9f22597991f6a08594060deff0bb755.zip |
modules: set permissions based on package configuration (#11337)
Previously, module files were not set with the same permissions as the package installation. For world-readable packages, this would not cause a problem. For group readable packages, it does:
```
packages:
mypackage:
permissions:
group: mygroup
read: group
write: group
```
In this case, the modulefile is unreadable by members of the group other than the one who installed it. Add logic to the modulefile writers to set the permissions based on the configuration in `packages.yaml`
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions