uazo and GitHub
915b115fbe
Revert "CI: rework the patch-doc script and workflow"
2024-06-15 06:37:19 -01:00
Carmelo Messina
e65dfa2f09
Revert "[TOOLS] extract-patch-data: fix unbound variable error"
...
This reverts commit 01202898fe .
2024-06-15 09:36:44 +02:00
Carmelo Messina
01202898fe
[TOOLS] extract-patch-data: fix unbound variable error
2024-06-15 09:07:03 +02:00
Emil Velikov
f24116b3fc
tools: fixup the remaining shellcheck issues
...
Namely:
- use $() over deprecated ``
- read -r, so \ is not mangled
- use -n instead of ! -z
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Emil Velikov
fe92d1b238
tools: enable bash "safe mode"
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Emil Velikov
9bfe299184
tools: quote as appropriate
...
Drop a few erroneous quotes and add some as needed.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Emil Velikov
d637fea1e7
tools: remove dubious CR and SUBJECT handling
...
CR is (seemingly) unused, while the SUBJECT cannot be multi-line, so the
xargs doesn't do anything.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Emil Velikov
62947d3569
tools: rework patch handling
...
Feed the (base) filename as yet another token and do read from stdin for
the child script.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Emil Velikov
abde6d117a
tools: remove unused fields Category/Context
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2024-06-03 21:43:17 +01:00
Carmelo Messina
ab02385ba8
Update patches doc
2024-03-11 17:33:10 +01:00