aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 13:46:59 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 13:46:59 +0900
commit70600059722511dcbcdae59a7f57f1fdff8a1f7c (patch)
tree8281eb127612ddadeabb4b25bef90db01798569b /ChangeLog
parent7fbaa9928c327998c452c9500f8ae14c1ddfbd39 (diff)
downloadpbuilder-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95ed0ab..9ac2e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.