From 11945a73c631bedbcf8daaba531964c3fc2d6333 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 5 Feb 2004 12:49:08 +0000 Subject: - Remove html, txt, and pdf directories from CVS - makedocs.pl now creates said directories when building the docs The idea here is that it's useless to have compiled stuff in CVS. The website will now auto-build the docs upon changes to the xml directory. --- docs/html/cmdline.html | 219 ------------------------------------------------- 1 file changed, 219 deletions(-) delete mode 100644 docs/html/cmdline.html (limited to 'docs/html/cmdline.html') diff --git a/docs/html/cmdline.html b/docs/html/cmdline.html deleted file mode 100644 index 343aa58a0..000000000 --- a/docs/html/cmdline.html +++ /dev/null @@ -1,219 +0,0 @@ -Command-line Search Interface
The Bugzilla Guide - 2.17.7 - Development Release
PrevAppendix B. ContribNext

B.1. Command-line Search Interface

There are a suite of Unix utilities for searching Bugzilla from the - command line. They live in the - contrib/cmdline - directory. However, they - have not yet been updated to work with 2.16 (post-templatisation.). - There are three files - query.conf, - buglist and bugs.

query.conf - contains the mapping from options to field - names and comparison types. Quoted option names are "grepped" for, so it - should be easy to edit this file. Comments (#) have no effect; you must - make sure these lines do not contain any quoted "option".

buglist - is a shell script which submits a Bugzilla query and writes - the resulting HTML page to stdout. It supports both short options, (such - as "-Afoo" or "-Rbar") and long options (such as "--assignedto=foo" or - "--reporter=bar"). If the first character of an option is not "-", it is - treated as if it were prefixed with "--default=".

The column list is taken from the COLUMNLIST environment variable. - This is equivalent to the "Change Columns" option when you list bugs in - buglist.cgi. If you have already used Bugzilla, grep for COLUMNLIST - in your cookies file to see your current COLUMNLIST setting.

bugs is a simple shell script which calls - buglist and extracts the - bug numbers from the output. Adding the prefix - "http://bugzilla.mozilla.org/buglist.cgi?bug_id=" turns the bug list into - a working link if any bugs are found. Counting bugs is easy. Pipe the - results through - sed -e 's/,/ /g' | wc | awk '{printf $2 "\n"}' -

Akkana Peck says she has good results piping - buglist output through - w3m -T text/html -dump -


PrevHomeNext
ContribUpManual Installation of Perl Modules
\ No newline at end of file -- cgit v1.2.3-24-g4f1b