5 Commits

Author SHA1 Message Date
b77a2f181b fix(template): simplify the script
trap EXIT is just too brittle, use plain || die

Suggested-by: geirha on #bash IRC channel
2025-04-14 09:19:09 +02:00
46cd9a1f68 fix(template): for cycle doesn't work with empty dirs, use find instead 2025-04-03 17:51:37 +02:00
537c4f6bfd fix(template): make shellcheck happy
Also, GIT_OBS_HOOKS_DEBUG was meant to be initialized with a
default value 0, if nothing is set, not expanded with substring
from position 0, right?
2025-02-11 13:05:58 +01:00
efed568cad fix(template): run only *.sh files and only if they are executable
This is just copying what user expects from the similar runners
in the system. User needs to have an option to temporarily
disable some scripts for testing or debugging purposes.
2025-02-11 13:05:58 +01:00
5300560c23 Initial release 0.1.0 2025-02-10 10:25:07 +01:00