summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/sbang.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-16Add new custom markers to unit tests (#33862)Massimiliano Culpo1-1/+1
2023-08-14Fix style issues with latest versions of tools (#39422)Massimiliano Culpo1-1/+0
2023-07-19Remove `LazyReference` from code (#38944)Massimiliano Culpo1-4/+4
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-1/+1
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-02tests: fix group membership check in sbang tests. (#33658)Todd Gamblin1-2/+4
2022-11-01Unit tests: make unit tests work for aarch64 machines (#33625)Greg Becker1-1/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-117/+122
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-1/+1
2022-03-17"spack commands --update-completion"John Parent1-20/+0
2022-03-17Expand external find for Windows (#27588)John Parent1-0/+5
2022-03-17Update tests support for WindowsBetsy McPhail1-1/+9
2022-03-17Add Windows to platform and target changesJohn Parent1-1/+3
2022-03-17Spack on Windows package portsJohn Parent1-0/+13
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-12-18sbang: respect package permissive package permissions for sbang (#25764)Paul Spencer1-9/+54
2021-10-28Fix sbang hook for non-writable files (#27007)Michael Kuhn1-0/+11
2021-10-27Allow non-UTF-8 encoding in sbang hook (#26793)Harmen Stoppels1-14/+96
2021-10-22Shorten long shebangs only if the execute permission is set (#26899)Harmen Stoppels1-0/+49
2021-10-06Provide more info in `SbangPathError` to aid CI debugging (#26316)Tamara Dahlgren1-0/+18
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+5
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+1
2020-11-12move sbang to unpadded install tree root (#19640)Greg Becker1-3/+4
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-14/+21
2020-10-28sbang: vendor sbangTodd Gamblin1-65/+0
2020-10-27sbang: convert sbang script to POSIX shellTodd Gamblin1-6/+74
2020-10-26sbang: add support for php (#18299)Toyohisa Kameyama1-0/+18
2020-10-26sbang: put sbang in the install_tree (#11598)Patrick Gartung1-11/+50
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-2/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-2/+2
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-23add test for lua and node patching in sbang (#5169)healther1-6/+42
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-27Fix Python3 issue with sbang checking; add tests. (#4017)Todd Gamblin1-47/+71
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-0/+1
2016-08-04sbang filtering now works on non-writable files. (#1445)Todd Gamblin1-3/+14
2016-06-23Make sbang handle luaTodd Gamblin1-5/+18
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-03-09Add unit test for sbang patching.Todd Gamblin1-0/+93