chiark / gitweb /
* Actually ship README.* files.
authorIan Jackson <ian@anarres>
Mon, 26 Feb 2007 16:31:57 +0000 (16:31 +0000)
committerIan Jackson <ian@anarres>
Mon, 26 Feb 2007 16:31:57 +0000 (16:31 +0000)
* Manpage for adt-virt-xenlvm.
* New adt-virt-null.

Makefile
debian/changelog
virt-subproc/adt-virt-chroot.1

index bec157694ce55c2626e1e559d0dd05bc5626830a..808b74b95e84aa2063f294392bf6e4c7f6af18d0 100644 (file)
--- 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
index 391da5d0c8fe432c05710440ed55e5e8f4ed5331..0c75f840d43fdf3752c78d8ab6226af9ce6b6ba2 100644 (file)
@@ -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 <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:31:42 +0000
+
 autopkgtest (0.7.0) feisty; urgency=low
 
   * Many new features, including:
index 7e84eac3a5b8ec0cc993887760ef38f0fb8a11c0..a78c32e86c1fce8fe1f1d53fbf6865744a8eaee4 100644 (file)
@@ -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