armbian-build/lib/tools
Ricardo Pardini 9324d1ec82
pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) (#5750)
```
# For each item in chunk, check if it is going to run in a GH-hosted runner or self-hosted, and set some matrix variables
# accordingly; self_hosted: yes/no, and more specifically, fetch_depth, which is 0 for self-hosted, and 1 for GH-hosted.
# The reasoning for this is that git clones are much faster if not shallow on self-hosted, but much slower on GH-hosted.
```

- `self_hosted` -> `shosted` for brevity in JSON matrix
- `fetch_depth` -> `fdepth` for brevity in JSON matrix
2023-09-29 16:55:09 +02:00
..
common tools: patching: don't rewrite auto-generated patches (eg, drivers) 2023-09-29 08:48:01 +02:00
info pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) (#5750) 2023-09-29 16:55:09 +02:00
aggregation.py Revert "armbian-desktop/aggregation: introduce DESKTOP_COMMON aggregation variant, where arch/config/appgroups are ignored; see #5439" 2023-07-19 01:02:23 +02:00
autopatch-devicetree-makefile.py patching: auto patchers: bare dts, bare overlays, DT Makefile 2023-06-13 12:29:52 +02:00
call-stack-analyze.py Add (c) also to python scripts (#4926) 2023-03-09 20:52:06 +01:00
configdump2json.py configdump/json-info-boards: revamp, all-JSON now; use_board=yes skip_kernel=no for config; refactor & use new Python bash-declare-to-JSON utility 2023-03-31 09:12:44 +02:00
gen-library.sh lib: shellfmt & fix gen-library to match 2023-04-18 09:27:38 +02:00
git-to-patches.py Add (c) also to python scripts (#4926) 2023-03-09 20:52:06 +01:00
index-opensearch.py pipeline: inventory all board vars; add not-eos-with-video; introduce TARGETS_FILTER_INCLUDE 2023-07-26 15:15:02 +02:00
oras.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
patching.py tools: patching: don't rewrite auto-generated patches (eg, drivers) 2023-09-29 08:48:01 +02:00
shellcheck.sh lib/tools/shellcheck.sh: add (very low-bar "error") checks to config/sources and config/boards (keeping lib/ code in custom "critical" level) 2023-03-20 17:54:25 -03:00
shellfmt.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00