aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml.conf.5
diff options
context:
space:
mode:
authordancer <dancer>2003-01-10 06:34:18 +0000
committerdancer <dancer>2003-01-10 06:34:18 +0000
commite5aa2a4ae3842ec7a07867b454682c2b9be59d25 (patch)
treef571a732c732b5980b06431bdc7fb01e601d928c /pbuilder-uml.conf.5
parente5ce30f5f77c12ca2d8db6e3d7a86e95daa2989e (diff)
downloadpbuilder-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 'pbuilder-uml.conf.5')
-rw-r--r--pbuilder-uml.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-uml.conf.5 b/pbuilder-uml.conf.5
index 4ce95df..85d3c29 100644
--- a/pbuilder-uml.conf.5
+++ b/pbuilder-uml.conf.5
@@ -57,6 +57,11 @@ Give more value to here.
.BI "UML_HOSTNAME=" "uml-host"
The hostname for the UML
+.TP
+.BI "UML_BUILDRESULT=" "/directory/of/build/result"
+The directory where build result of pbuilder-user-mode-linux
+is stored.
+
.SH AUTHOR
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.