Scroll to navigation

LOCAL-DEBBUGS(1p) User Contributed Perl Documentation LOCAL-DEBBUGS(1p)

NAME

local-debbugs - use a local mirror of debbugs

SYNOPSIS

 local-debbugs [options]
 Options:
  --mirror, -M update local mirror
  --daemon, -D start the daemon
  --search, -S run a search
  --show, -s show a bug
  --debug, -d debugging level (Default 0)
  --help, -h display this help
  --man, -m display manual

OPTIONS

Update the local mirror of debbugs bugs
Start up the daemon on the configured local port to serve bugs which have been previously retrieved.
Cause the running daemon to show the pkgreport.cgi page corresponding to the search by invoking sensible-browser and an appropriate url.
Cause the running daemon to show the bugreport.cgi page corresponding to the bug by invoking sensible-browser and an appropriate url.
The port that the daemon is running on (or will be running on.)

Defaults to the value of the currently running daemon, the value in the configuration file, or 8080 if nothing is set.

File which contains the set of bugs to get. Defaults to ~/.debbugs/bugs_to_get
Hostname for a site which is running a debbugs install. Defaults to bugs.debian.org
Hostname for a site which is running an rsyncable mirror of the debbugs install above. Defaults to bugs-mirror.debian.org
Debug verbosity.
Display brief useage information.
Display this manual.

EXAMPLES

 local-debbugs --mirror
    
 local-debbugs --daemon
    
 local-debbugs --search severity:serious
    
2018-02-26 perl v5.26.1