1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
|
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="embuildstats">
<refentryinfo>
<productname>embuildstats</productname>
<productnumber/>
</refentryinfo>
<refmeta>
<refentrytitle>embuildstats</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">EMDEBIAN-TOOLS</refmiscinfo>
<refmiscinfo class="manual">EMDEBIAN-TOOLS</refmiscinfo>
</refmeta>
<refnamediv id="name">
<refname>embuildstats</refname>
<refpurpose>report tool to see an overview of your Emdebian builds</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>embuildstats</command>
<group>
<arg>-a</arg>
<arg>--arch</arg>
</group>
<group>
<arg>-v</arg>
<arg>--verbose</arg>
</group>
<group>
<arg>-q</arg>
<arg>--quiet</arg>
</group>
<group>
<arg>-p</arg>
<arg>--pager</arg>
</group>
</cmdsynopsis>
<cmdsynopsis>
<command>embuildstats</command>
<group>
<arg>-a</arg>
<arg>--arch</arg>
</group>
<group>
<arg>-v</arg>
<arg>--verbose</arg>
</group>
<group>
<arg>-q</arg>
<arg>--quiet</arg>
</group>
<arg choice="req">-c|--csv</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>embuildstats</command>
<group>
<arg>-a</arg>
<arg>--arch</arg>
</group>
<group>
<arg>-v</arg>
<arg>--verbose</arg>
</group>
<group>
<arg>-q</arg>
<arg>--quiet</arg>
</group>
<arg choice="req">-x|--xml</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>embuildstats</command>
<group>
<arg>-a</arg>
<arg>--arch</arg>
</group>
<group>
<arg>-v</arg>
<arg>--verbose</arg>
</group>
<group>
<arg>-q</arg>
<arg>--quiet</arg>
</group>
<arg choice="req">-w|--html</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>embuildstats</command>
<group>
<arg>-a</arg>
<arg>--arch</arg>
</group>
<group>
<arg>-v</arg>
<arg>--verbose</arg>
</group>
<group>
<arg>-q</arg>
<arg>--quiet</arg>
</group>
<arg choice="req">-l|--lintian</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="description">
<title>DESCRIPTION</title>
<para>embuildstats checks your Emdebian work directory for emdebianised packages,
build logs, .changes files and upload data and prepares a simple report.
By default, the report is piped through <command>sensible-pager</command> but
CSV, XML and HTML formats are also available.
</para>
<para>For more detailed information on a particular package, use
<command>emsource</command> <option>--status</option> <userinput>PACKAGE</userinput>.
</para>
<para>For information on which source packages have new versions available,
use <command>emtargetcmp</command>.</para>
<para>Although error messages use the same colour output as other scripts in
<emphasis>emdebian-tools</emphasis>, the report itself does not. If you would prefer
alternative formats for the report, please ask (or submit a patch).
</para>
<para>The report columns (or tags) describe (left to right):
</para>
<orderedlist>
<listitem>
<para>Package name (source) in alphabetical order.</para>
</listitem>
<listitem>
<para>Total number of emdebian patch files (including <filename>emdebian.*.patch</filename>
and <filename>debian-patch.*.patch</filename> files). (Until Debian has a working
implementation for translation packages - tdebs - the majority of these patches are to
create the locale packages.)</para>
</listitem>
<listitem>
<para>List of versions built with <command>emdebuild</command>. These versions are not
necessarily successful builds, <command>embuildstats</command> just checks for the presence
of a build log for this column. (See column 5.)</para>
</listitem>
<listitem>
<para>List of versions built <emphasis>successfully</emphasis> with <command>empdebuild</command>
(within an Emdebian chroot). These versions should be suitable for automated building.
<command>embuildstats</command> checks for the presence of a build log and a
<filename>.changes</filename> file for the same Emdebian version.</para>
</listitem>
<listitem>
<para>List of versions with a <filename>.changes</filename> file for an Emdebian version.
These are successful builds by <command>emdebuild</command>.</para>
</listitem>
<listitem>
<para>List of versions of <filename>.changes</filename> files uploaded and the timestamp
of the upload.
</para>
</listitem>
</orderedlist>
</refsect1>
<refsect1 id="commands">
<title>COMMANDS</title>
<variablelist remap="TP">
<varlistentry>
<term><option>-p</option>|<option>--pager</option></term>
<listitem>
<para>Produce a tabular report and pipe to <command>sensible-pager</command>.
Press '<userinput>q</userinput>' to quit. This is the default
but the output cannot be redirected.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-c</option>|<option>--csv</option></term>
<listitem>
<para>Produce a report of comma separated values to <emphasis>STDOUT</emphasis>.
The number of patch files is not included. Redirect to a file if preferred.
</para>
<programlisting>
"xdemineur"," 2.1.1-10em1"," 2.1.1-10em1"," 2.1.1-10em1 Tue Nov 27 20:13:58 2007"
</programlisting>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-x</option>|<option>--xml</option></term>
<listitem>
<para>Produce an XML report to <emphasis>STDOUT</emphasis>.
The number of patch files is not included. Redirect to a file if preferred.
</para>
<programlisting>
<?xml version="1.0"?>
<stats>
<package>
<name>package name</name>
<build>emdebuild version list</build>
<changes>empdebuild version list</changes>
<uploads>uploaded version with date</name>
</package>
<package>
<name>package name</name>
<build>emdebuild version list</build>
<changes>empdebuild version list</changes>
<uploads>uploaded version with date</name>
</package>
</stats>
</programlisting>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-w</option>|<option>--html</option></term>
<listitem>
<para>Produce a tabular report in HTML and print to <emphasis>STDOUT</emphasis>.
Redirect to a file if preferred. (This is the same format as <option>--pager</option>
wrapped in a basic HTML page and using <emphasis><pre></emphasis> for the
table itself.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-l</option>|<option>--lintian</option></term>
<listitem>
<para>Identify the latest .changes file for each build and use lintian to
check the packages against Emdebian Policy.
</para>
<para><emphasis>This can take a lot of time and work, even on a fast
machine,</emphasis> depending on how many packages you have built locally.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="options">
<title>OPTIONS</title>
<variablelist remap="TP">
<varlistentry>
<term><option>-a</option>|<option>--arch</option><replaceable> ARCH</replaceable></term>
<listitem>
<para>Produce a report for a specific architecture, overriding any <command>dpkg-cross</command>
default.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option>|<option>--verbose</option></term>
<listitem>
<para>be verbose - currently only used if there are errors.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-q</option>|<option>--quiet</option></term>
<listitem>
<para>be quiet (error messages only).</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h</option>|<option>--help</option></term>
<listitem>
<para>print the usage message and exit.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--version</option>
</term>
<listitem>
<para>print the usage message and exit.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="files">
<title>FILES</title>
<para><command>embuildstats</command> uses your Emdebian work directory as the base for all
searches. <command>emdebuild</command> stats are expected to be derived from <filename>$WORK/trunk/</filename>
and <command>empdebuild</command> stats are expected to be derived from the
<filename>$WORK/pbuilder/result/</filename> hierarchy. $WORK itself is defined by debconf for
<emphasis>emdebian-tools</emphasis> or <filename>~/.apt-cross/emsource</filename>.</para>
</refsect1>
<refsect1>
<title>Author</title>
<para><command>embuildstats</command> was written
by Neil Williams <email>codehelp@debian.org</email>.
</para>
<para>This manual page was written by Neil Williams
<email>codehelp@debian.org</email>
</para>
</refsect1>
<refsect1 id="embuildstatsseealso">
<title>SEE ALSO</title>
<para>See also <filename>emdebuild</filename> (1), <filename>empdebuild</filename> (1),
<filename>emsource</filename> (1), <filename>emtargetcmp</filename> (1),
<filename>dpkg-cross</filename> (1), <emphasis>emdebian-tools</emphasis> (1).
</para>
</refsect1>
</refentry>
|