From c20665da90b8876f5655bbbd1672986677710e01 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 26 Feb 2007 16:31:57 +0000 Subject: [PATCH] * Actually ship README.* files. * Manpage for adt-virt-xenlvm. * New adt-virt-null. --- Makefile | 2 ++ debian/changelog | 8 ++++++++ virt-subproc/adt-virt-chroot.1 | 30 +++++++++++++----------------- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index bec1576..808b74b 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ include settings.make programs = virt-subproc/adt-virt-chroot \ virt-subproc/adt-virt-xenlvm \ + virt-subproc/adt-virt-null \ runner/adt-run pythonfiles = virt-subproc/VirtSubproc.py @@ -39,6 +40,7 @@ install-here: done $(INSTALL_DATA) $(pythonfiles) $(pythondir) $(INSTALL_DOC) CREDITS debian/changelog $(docdir) + $(INSTALL_DOC) doc/README*[^~] $(docdir) install: install-here cd xen && $(MAKE) install diff --git a/debian/changelog b/debian/changelog index 391da5d..0c75f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +autopkgtest (0.7.1) feisty; urgency=low + + * Actually ship README.* files. + * Manpage for adt-virt-xenlvm. + * New adt-virt-null. + + -- Ian Jackson Mon, 26 Feb 2007 16:31:42 +0000 + autopkgtest (0.7.0) feisty; urgency=low * Many new features, including: diff --git a/virt-subproc/adt-virt-chroot.1 b/virt-subproc/adt-virt-chroot.1 index 7e84eac..a78c32e 100644 --- a/virt-subproc/adt-virt-chroot.1 +++ b/virt-subproc/adt-virt-chroot.1 @@ -1,4 +1,4 @@ -.TH adt\-run 1 2007 autopkgtest "Linux Programmer's Manual" +.TH adt\-virt\-chroot 1 2007 autopkgtest "Linux Programmer's Manual" .SH NAME adt\-virt\-chroot \- autopkgtest virtualisation server using a chroot .SH SYNOPSYS @@ -16,9 +16,9 @@ provides an autopkgtest virtualisation server using a chroot install (or similar). Normally -.B adt\-virt\-chroot +.B adt-virt-chroot will be invoked by -.BR adt\-run . +.BR adt-run . The chroot to use must be specified. If it starts with a .B = @@ -31,25 +31,25 @@ and will be taken to an absolute path. .TP .BR \-\-gain\-root | \-r " \fIgain\-root\-cmd\fR" Specifies that -.B adt\-virt\-chroot +.B adt-virt-chroot can become root (on the host) by prefixing its commands with -.IR gain\-root\-cmd . +.IR gain-root-cmd . The command may consist of several words separated by whitespace, in which case words other than the first are supplied as additional arguments to the command; other shell (or other) metacharacters in -.IR gain\-root\-cmd +.IR gain-root-cmd are not interpreted or modified by -.BR adt\-virt\-chroot . +.BR adt-virt-chroot . The actual command to be run as root, and its arguments, are supplied as additional (separate) arguments to -.IR gain\-root\-cmd . +.IR gain-root-cmd . Root privilege is needed, to successfully run .BR chroot (8), if the chroot to use is specified as an absolute path. The default is not to take any special action when root will be needed, in which case for an absolute path chroot, -.B adt\-virt\-chroot +.B adt-virt-chroot must be started as root. .TP .BR \-d " | " \-\-debug @@ -57,19 +57,15 @@ Enables debugging output. Probably not hugely interesting. .SH INPUT, OUTPUT AND EXIT STATUS The behaviour of -.B adt\-virt\-chroot +.B adt-virt-chroot is as described by the AutomatedTesting virtualisation regime specification. .SH SEE ALSO \fBadt\-run\fR(1), -.br -.I "AutomatedTesting" -.RB ( https://wiki.ubuntu.com/AutomatedTesting ) - -.SH BUGS -This tool lacks flexibility, and also lacks features provided for by -the specification which would be useful for robust testing. +\fBadt\-virt-null\fR(1), +\fBadt\-virt-xenlvm\fR(1), +\fB/usr/share/doc/autopkgtest/\fR. .SH AUTHORS AND COPYRIGHT This manpage is part of autopkgtest, a tool for testing Debian binary -- 2.30.2