armbian-build/lib/tools
Ricardo Pardini 282fb964e5 patching: rewrite: fully stabilize patch index stanzas as well as From lines
- `git format-patch --zero-commit` doesn't affect `index xxx...yyy` lines, only `From: `
  - so use the _classy_ "use a regex with a callback" solution as git format-patch doesn't offer one
- this will make _all_ patches change when rewritten, but hopefully _for the last time_ !
- we need to preserve `index 000000000000..xxx` as zeros, which indicate new file creation, thus:
  - new file creations are rewritten as `index 000000000000..111111111111`
  - non-creations are rewritten as `index 111111111111..222222222222`
- this is the final version of #6455
2024-06-09 10:42:26 +02:00
..
common patching: rewrite: fully stabilize patch index stanzas as well as From lines 2024-06-09 10:42:26 +02:00
info cli: introduce inventory-boards cli command, for hopefully painless & useful one-board-per-line CSV output 2024-03-06 00:58:26 +01:00
aggregation.py
autopatch-devicetree-makefile.py
call-stack-analyze.py
configdump2json.py
gen-library.sh
git-to-patches.py
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
patching.py cli: rewrite-<uboot,kernel>-patches-needing-rebase 2024-03-13 21:01:26 +00:00
shellcheck.sh cli: Update shellcheck 0.9.0 --> 0.10.0 2024-03-28 14:07:32 +01:00
shellfmt.sh don't break downloads if GITHUB_SOURCE is unset 2023-10-10 20:25:53 +02:00