From 70600059722511dcbcdae59a7f57f1fdff8a1f7c Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 27 May 2007 13:46:59 +0900 Subject: change "trap" handling so that all trap function calls are called _trap, and they will exit pbuilder after receiving a trap. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95ed0ab..9ac2e82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2007-05-27 Junichi Uekawa + * pbuilder-updatebuildenv: + * pbuilder-createbuildenv: exit 0 at end. + + * pbuilder-buildpackage (BUILD_PID): explicitly call trap to + untrap unexpected exit cases. Unexpected cases should exit 1, + expected exit cases should exit 0. + + * pbuilder-user-mode-linux: change all 'trap' functions to be postfixed with _trap + * pbuilder-createbuildenv: * pbuilder-updatebuildenv: trap sighup as well as exit. -- cgit v1.2.3