aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.