diff options
author | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 21:04:59 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@dancer64.netfort.gr.jp> | 2007-05-27 21:04:59 +0900 |
commit | 9bc1d3f71b3577d9b53ab192091bfd2ecc73f174 (patch) | |
tree | 77be70fe8239743a5d7f9543a2899378bb57d3af /ChangeLog | |
parent | 6018ff45cc18e05684e93fb7c46faa1f5a526dcf (diff) | |
download | pbuilder-9bc1d3f71b3577d9b53ab192091bfd2ecc73f174.tar pbuilder-9bc1d3f71b3577d9b53ab192091bfd2ecc73f174.tar.gz |
fix always ending with "Aborting with error"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,5 +1,28 @@ 2007-05-27 Junichi Uekawa <dancer@debian.org> + * pbuilder-createbuildenv: pbuilder seems to always finish with 'Aborting with error', fix that. + * pbuilder-updatebuildenv: + + the following gives 0, 1 as output: + + function a_called() + { + echo $? + } + + function a () + { + a_called + } + + trap a exit + + false + : + a + exit 1 + + * pbuilder-buildpackage-funcs: set LOGNAME when build user is created inside chroot. |