Draft: Guard against accidental SIGINT of long running actions
Version Control Information
Source branch: bruno.sc/guard-against-accidental-termination-of-long-running-actions
Target branch: devel
Commits:
* Guard against accidental SIGINT of long running actions
With long running scripts, such as apply-all, it can be frustrating to
accidentally hit CTRL+C and exit half-way through.
To prevent this, a signal trap has been added in these scripts which defers the
abortion until a second *consecutive* invocation of CTRL+C.
Merge Prerequisites
-
MR title (and description) are descriptive -
Code is readable and syntactically correct -
Code is understandable -
Documentation has been updated, if necessary -
Commit messages look good -
Release note file in RST format added in latest commit
Edited by brunos