diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 13:46:59 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 13:46:59 +0900 |
commit | 70600059722511dcbcdae59a7f57f1fdff8a1f7c (patch) | |
tree | 8281eb127612ddadeabb4b25bef90db01798569b /ChangeLog | |
parent | 7fbaa9928c327998c452c9500f8ae14c1ddfbd39 (diff) | |
download | pbuilder-70600059722511dcbcdae59a7f57f1fdff8a1f7c.tar pbuilder-70600059722511dcbcdae59a7f57f1fdff8a1f7c.tar.gz |
change "trap" handling so that all trap function calls are called _trap, and they will exit pbuilder after receiving a trap.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-05-27 Junichi Uekawa <dancer@debian.org> + * 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. |