[Pancutan-commits] r48 - html/podhtml

tincho-guest at alioth.debian.org tincho-guest at alioth.debian.org
Mon Aug 13 05:32:03 UTC 2007


Author: tincho-guest
Date: 2007-08-13 05:28:50 +0000 (lun, 13 ago 2007)
New Revision: 48

Added:
   html/podhtml/pancutan.html
Log:
missing html

Añadido: html/podhtml/pancutan.html
===================================================================
--- html/podhtml/pancutan.html	                        (rev 0)
+++ html/podhtml/pancutan.html	2007-08-13 05:28:50 UTC (rev 48)
@@ -0,0 +1,93 @@
+Cannot find page `YAML' at L<> on line 254
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
+<meta content="text/css" http-equiv="Content-Style-Type" />
+<meta content="Marek::Pod::HTML 0.49" name="GENERATOR" />
+<title>pancutan</title>
+</head>
+<body>
+<a class="POD_NAVLINK" name="Pod_TOP_OF_PAGE"></a>
+<h1 class="POD_TITLE">pancutan</h1>
+<hr />
+<ul>
+<li><a class="POD_NAVLINK" href="#NAME">NAME</a>
+<li><a class="POD_NAVLINK" href="#SYNOPSIS">SYNOPSIS</a>
+<li><a class="POD_NAVLINK" href="#OPTIONS">OPTIONS</a>
+<li><a class="POD_NAVLINK" href="#DESCRIPTION">DESCRIPTION</a>
+</ul>
+<hr />
+<h2 class="POD_HEAD1"><a name="NAME">NAME</a></h2>
+<p class="POD_TEXT">
+pancutan - Automated testing of Debian installation CDs
+</p>
+<h2 class="POD_HEAD1"><a name="SYNOPSIS">SYNOPSIS</a></h2>
+<p class="POD_TEXT">
+pancutan [options] <i>ISO_FILE</i> [<i>ISO_FILE</i> ...]
+</p>
+<h2 class="POD_HEAD1"><a name="OPTIONS">OPTIONS</a></h2>
+<dl class="POD_LIST">
+<dt class="POD_ITEM"><a name="_help"><b>--help</b></a>
+<dd>
+Print a brief help message and exits.
+<dt class="POD_ITEM"><a name="_version"><b>--version</b></a>
+<dd>
+Show program&#39;s version and exit
+<dt class="POD_ITEM"><a name="_config_FILE"><b>--config</b> <i>FILE</i></a>
+<dd>
+Specifies configuration file location (/etc/pancutan.conf)
+<dt class="POD_ITEM"><a name="_concurrency_j_int"><b>--concurrency, -j</b> <i>int</i></a>
+<dd>
+Maximum number of parallel tests to run (2, use 0 for never forking)
+<dt class="POD_ITEM"><a name="_verbose_v_n_"><b>--verbose, -v</b> [<i>n</i>]</a>
+<dd>
+Increase or set verbosity level
+<dt class="POD_ITEM"><a name="_continue_on_fatal"><b>--continue-on-fatal</b></a>
+<dd>
+Continue testing after a fatal error
+<dt class="POD_ITEM"><a name="_tests_def_glob_GLOB"><b>--tests-def-glob</b> <i>GLOB</i></a>
+<dd>
+Glob for finding test defitions (default: &quot;/usr/share/pancutan/tests/*.yaml&quot;)
+<dt class="POD_ITEM"><a name="_temp_dir_DIR"><b>--temp-dir</b> <i>DIR</i></a>
+<dd>
+Temporary directory (default: &quot;.pancutan.$$&quot;)
+</dl>
+<h2 class="POD_HEAD1"><a name="DESCRIPTION">DESCRIPTION</a></h2>
+<p class="POD_TEXT">
+<b>pancutan</b> runs automated tests on sets of CD images and reports errors in
+standard output.
+</p>
+<p class="POD_TEXT">
+It&#39;s behaviour can be controlled by the command line or with a configuration
+file, located by default in <i>/etc/pancutan.conf</i>. This file follows <u>YAML</u>
+format, and allows the following parameters:
+</p>
+<dl class="POD_LIST">
+<dt class="POD_ITEM"><a name="concurrency"><b>concurrency</b></a>
+<dt><a name="verbose"><b>verbose</b></a>
+<dt><a name="continue_on_fatal"><b>continue_on_fatal</b></a>
+<dt><a name="tests_def_glob"><b>tests_def_glob</b></a>
+<dt><a name="temp_dir"><b>temp_dir</b></a>
+<dd>
+These parameters are the same as in the command line.
+<dt class="POD_ITEM"><a name="mount_command"><b>mount_command</b></a>
+<dt><a name="unmount_command"><b>unmount_command</b></a>
+<dd>
+Those two parameters allow to define the commands for mounting and unmounting
+each ISO image. They can contain two parameters: %file and %mntpnt, which are
+replaced with the ISO file and the mount point. The default values for those
+parameters are:
+<p class="POD_TEXT">
+mount_command: fuseiso9660 %file %mntpnt
+</p>
+<p class="POD_TEXT">
+unmount_command: fusermount -u %mntpnt
+</p>
+</dl>
+<hr />
+<a class="POD_NAVLINK" href="#Pod_TOP_OF_PAGE">[Top]</a>
+Generated by Marek::Pod::HTML 0.49 on Mon Aug 13 05:50:22 2007
+</body>
+</html>
+




More information about the Pancutan-commits mailing list