diff options
author | dancer <dancer> | 2003-01-10 06:34:18 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-01-10 06:34:18 +0000 |
commit | e5aa2a4ae3842ec7a07867b454682c2b9be59d25 (patch) | |
tree | f571a732c732b5980b06431bdc7fb01e601d928c /ChangeLog | |
parent | e5ce30f5f77c12ca2d8db6e3d7a86e95daa2989e (diff) | |
download | pbuilder-e5aa2a4ae3842ec7a07867b454682c2b9be59d25.tar pbuilder-e5aa2a4ae3842ec7a07867b454682c2b9be59d25.tar.gz |
+2003-01-10 Junichi Uekawa <dancer@debian.org>
+
+ * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-umlresult
+ as directory to mount hostfs for result.
+ (UML_DEBUGMODE): --uml-debugmode option to enable trace of
+ shell.
+
+ * Makefile (install): create pbuilder-umlresult dir.
+
+ * pbuilder-uml.conf.5: document UML_BUILDRESULT
+
+ * pbuilder-uml.conf (UML_BUILDRESULT): add UML_BUILDRESULT=
+
+ * pbuilder-user-mode-linux (EXTRAOPT): add support for exitcode.
+ Thanks mdz for the hint!
+ (UML_EXTRAOPT): try and implement BUILDRESULT
+
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-01-10 Junichi Uekawa <dancer@debian.org> + + * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-umlresult + as directory to mount hostfs for result. + (UML_DEBUGMODE): --uml-debugmode option to enable trace of + shell. + + * Makefile (install): create pbuilder-umlresult dir. + + * pbuilder-uml.conf.5: document UML_BUILDRESULT + + * pbuilder-uml.conf (UML_BUILDRESULT): add UML_BUILDRESULT= + + * pbuilder-user-mode-linux (EXTRAOPT): add support for exitcode. + Thanks mdz for the hint! + (UML_EXTRAOPT): try and implement BUILDRESULT + 2003-01-09 Junichi Uekawa <dancer@debian.org> * pbuilder-user-mode-linux: use /var/cache/pbuilder/pbuilder-mnt |