Scroll to navigation

ADD_BUG_TO_ESTRAIER(1p) User Contributed Perl Documentation ADD_BUG_TO_ESTRAIER(1p)

NAME

add_bug_to_estraier -- add a bug log to an estraier database

SYNOPSIS

add_bug_to_estraier [options] < list_of_bugs_to_add

 Options:
  --debug, -d debugging level (Default 0)
  --help, -h display this help
  --man, -m display manual

OPTIONS

Url to the estraier node
User to log onto the estraier node
Password to log onto the estraier node
Spool location; if not set defaults to /etc/debbugs/config
Configuration file; a set of key = value pairs separated by newlines; the long name of any option is the name that the configuration file takes
Descend through the spool and add all of the bugs to estraier
Use the timestamp file to only add new bugs; will lock the timestamp file to avoid racing with other invocations
Debug verbosity. (Default 0)
Display brief useage information.
Display this manual.

EXAMPLES

  test_bts --bug 7 --host donbugs.donarmstrong.com

DATABASE CREATION

estcmd create -si -xh3 -attr status str -attr subject str \
-attr date num -attr submitter str -attr package str \
-attr severity str -attr tags str bts

2010-08-06 perl v5.10.0