``` # 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 |
||
|---|---|---|
| .. | ||
| artifact-reducer.py | ||
| board-inventory.py | ||
| download-debs.py | ||
| info-gatherer-artifact.py | ||
| info-gatherer-image.py | ||
| json2csv.py | ||
| mapper-oci-uptodate.py | ||
| outdated-artifact-image-reducer.py | ||
| output-debs-to-repo-json.py | ||
| output-gha-matrix.py | ||
| output-gha-workflow-template.py | ||
| output-gha-workflow.py | ||
| repo-reprepro.py | ||
| targets-compositor.py | ||
| userspace-inventory.py | ||