armbian-build/lib/tools/common
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
..
aggregation_utils.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
armbian_utils.py Make the colorized build output readable on a light background 2024-02-09 19:38:03 +01:00
bash_declare_parser.py bash_declare_parser: parse space-separated single-quoted array values correctly ('THIS=has space' is a single token, not two) 2023-05-04 16:08:11 +02:00
dt_makefile_patcher.py patching: support 'incremental' Makefile auto-patching, for vendor kernels 2024-02-04 11:24:31 +01:00
gha.py pipeline: don't bomb when logging int value's length (GHA outputs) 2023-10-13 21:05:33 +02:00
md_asset_log.py patching: Patching Summary and Patching Failures tables using Python's Rich 2023-06-13 12:29:52 +02:00
patching_config.py patching: support 'incremental' Makefile auto-patching, for vendor kernels 2024-02-04 11:24:31 +01:00
patching_utils.py patching: rewrite: fully stabilize patch index stanzas as well as From lines 2024-06-09 10:42:26 +02:00
term_colors.py Make the colorized build output readable on a light background 2024-02-09 19:38:03 +01:00