diff options
| author | Juraj Linkeš <[email protected]> | 2024-01-16 14:18:14 -0500 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2024-03-07 11:49:24 +0100 |
| commit | 19082c1fac430c74bb4b1c101edd12d88928e7c2 (patch) | |
| tree | 3a710768fb629bc091797d149a6c2f783360a4ae /devtools | |
| parent | 409359adce43360a77c2675ff0e228da67ae3c96 (diff) | |
dts: add Dockerfile
The Dockerfile defines development and CI runner images.
Signed-off-by: Juraj Linkeš <[email protected]>
Signed-off-by: Jeremy Spewock <[email protected]>
Tested-by: Patrick Robb <[email protected]>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/check-spdx-tag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/check-spdx-tag.sh b/devtools/check-spdx-tag.sh index 7624778a8c..1ffccdaecc 100755 --- a/devtools/check-spdx-tag.sh +++ b/devtools/check-spdx-tag.sh @@ -22,7 +22,7 @@ check_spdx() { git grep -L SPDX-License-Identifier -- \ ':^.git*' ':^.mailmap' ':^.ci/*' \ ':^README' ':^MAINTAINERS' ':^VERSION' ':^ABI_VERSION' \ - ':^*/Kbuild' ':^*/README' \ + ':^*/Kbuild' ':^*/README*' \ ':^license/' ':^config/' ':^buildtools/' ':^*/poetry.lock' \ ':^*.cocci' ':^*.abignore' \ ':^*.map' ':^*.ini' ':^*.data' ':^*.json' ':^*.cfg' ':^*.txt' \ |
