aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 21:04:59 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-05-27 21:04:59 +0900
commit9bc1d3f71b3577d9b53ab192091bfd2ecc73f174 (patch)
tree77be70fe8239743a5d7f9543a2899378bb57d3af /ChangeLog
parent6018ff45cc18e05684e93fb7c46faa1f5a526dcf (diff)
downloadpbuilder-9bc1d3f71b3577d9b53ab192091bfd2ecc73f174.tar
pbuilder-9bc1d3f71b3577d9b53ab192091bfd2ecc73f174.tar.gz
fix always ending with "Aborting with error"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a03fbf3..6a83248 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.