programs = virt-subproc/adt-virt-chroot \
virt-subproc/adt-virt-xenlvm \
+ virt-subproc/adt-virt-null \
runner/adt-run
pythonfiles = virt-subproc/VirtSubproc.py
done
$(INSTALL_DATA) $(pythonfiles) $(pythondir)
$(INSTALL_DOC) CREDITS debian/changelog $(docdir)
+ $(INSTALL_DOC) doc/README*[^~] $(docdir)
install: install-here
cd xen && $(MAKE) install
+autopkgtest (0.7.1) feisty; urgency=low
+
+ * Actually ship README.* files.
+ * Manpage for adt-virt-xenlvm.
+ * New adt-virt-null.
+
+ -- Ian Jackson <iwj@ubuntu.com> Mon, 26 Feb 2007 16:31:42 +0000
+
autopkgtest (0.7.0) feisty; urgency=low
* Many new features, including:
-.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
(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 =
.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
.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