8 Commits
Author SHA1 Message Date
uazoandGitHub 915b115fbe Revert "CI: rework the patch-doc script and workflow" 2024-06-15 06:37:19 -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 2392816148 tools: pipe the output directly into sort
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2024-06-03 21:43:17 +01:00
Emil Velikov a82400d14b tools: unconditionally remove previous file
Drop the test -f, use rm -f - it does the same thing. Modulo, if we
accidentally end up with folder/char devices of the same name.

In which case existing code already explodes.

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
Carmelo Messina fe0c1cba97 Update patches doc 2024-03-11 17:58:53 +01:00
Carmelo Messina ab02385ba8 Update patches doc 2024-03-11 17:33:10 +01:00