From efd452c208ca40f4ab37eefed64eb53e0f8e2e87 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Oct 2012 15:10:59 +0200 Subject: [PATCH] trap more signals --- liveboot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveboot_build.sh b/liveboot_build.sh index 55346b5..3ed9c35 100755 --- a/liveboot_build.sh +++ b/liveboot_build.sh @@ -45,7 +45,7 @@ $SCRIPTSDIR/liveboot2db.py $JOB_NAME $BUILD_NUMBER $REQUEST_ID $BUILD_START # # trap failures # -trap set_failure INT TERM EXIT +trap set_failure INT TERM EXIT KILL STOP ABRT # # build liveboot -- 2.39.5