|
NAMEgnats - Problem Report Management SystemDESCRIPTIONGNATS is a bug-tracking tool designed for use at a central support site. Software users who experience problems use tools provided with GNATS to submit Problem Reports to the the maintainers of that software; GNATS partially automates the tracking of these problems by:
GNATS offers many of the same features offered by more generic databases. You can query and edit existing problem reports (PRs) as well as obtain reports on groups of PRs. The database itself is simply an ordered repository for problem reports; each PR receives a unique, incremental PR number which identifies it throughout its lifetime. Many of the primary functions available with GNATS are accessible from within GNU Emacs. PROBLEM REPORT STATESPRs go through several states in their lifetimes. The set of states is site-specific.The default set of states are:
In some cases, it may be necessary to suspend work on a bug; in this case, its state changes to suspended rather than closed. STRUCTUREIncoming PRs are assigned an incremental serial number and filed according to category. An index is kept concurrently to accelerate searches of the database.All GNATS administration and database files are located in subdirectories of a directory associated with each database. Databases are named, and the association between database names and directories is described by the databases file, which is found on this system in /usr/local/etc/gnats/databases. Problem Reports are segregated into subdirectories within the database directory by category. For example, problems submitted with a category of gcc will be filed in the database subdirectory gcc. GNATS administration files are kept in the database subdirectory gnats-adm:
Administrative programs and programs internal to GNATS are kept in the directory /usr/local/libexec/gnats while those meant for public use are installed in /usr/local/bin. /usr/local/libexec/gnats contains the programs:
/usr/local/bin contains the programs
Documentation exists for all programs associated with GNATS. SEE ALSOKeeping Track: Managing Messages With GNATS (also installed as the GNU Info file gnats.info)databases(5), dbconfig(5), delete-pr(8), edit-pr(1) file-pr(8), gen-index(8), gnats(7), gnatsd(8), mkcat(8), mkdb(8), pr-edit(8), query-pr(1), queue-pr(8), send-pr(1). HISTORYGNATS was greatly inspired by the BSD sendbug(1) and bugfiler(8) programs. It was originally written in C++, Elisp, shell script, and awk. It presently consists of utilities written in C, shell script, and Elisp.AUTHORSGNATS was originally written by Heinz G. Seidl (Cygnus Support). Subsequent iterations were developed by Brendan Kehoe (Cygnus Support) and Jason Merrill (Cygnus Support), with help from Tim Wicinski. Documentation was initially developed by Jeffrey Osier (Cygnus Support) and Brendan Kehoe (Cygnus Support).Version 4.x was a substantial rewrite done by Bob Manson (Juniper Networks), Milan Zamazal and Yngve Svendsen (Clustra Systems / Sun Microsystems) COPYINGCopyright (c) 1992, 1993, 1999, 2000, 2003, Free Software FoundationPermission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
Visit the GSP FreeBSD Man Page Interface. |