logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

import-bug-from-debian - Import bugs from Debian's BTS, and file them against Ubuntu in LP.

Authors

import-bug-from-debian  was  written  by James Westby <james.westby@ubuntu.com>, and this manual page was
       written by Stefano Rivera <stefanor@ubuntu.com>.

       Both are released under the terms of the GNU General Public License, version 2.

ubuntu-dev-tools                                September 21 2010                      import-bug-from-debian(1)

Configuration Variables

       The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files.   In
       each case, the script-specific variable takes precedence over the package-wide variable.

       IMPORT_BUG_FROM_DEBIAN_LPINSTANCE, UBUNTUTOOLS_LPINSTANCE
              The default value for --lpinstance.

Description

import-bug-from-debian  clones bugs from Debian's BTS into Launchpad. Each bug listed on the command line
       has its initial report re-filed against the same source package in Ubuntu.  The Ubuntu bug is linked back
       to its Debian counterpart.

       Each bug may be provided either as a bug number or URL.

Environment

       All  of  the CONFIGURATIONVARIABLES below are also supported as environment variables.  Variables in the
       environment take precedence to those in configuration files.

Name

       import-bug-from-debian - Import bugs from Debian's BTS, and file them against Ubuntu in LP.

Options

-b, --browserless
              Don't open the bug in a browser at the end.

       -h, --help
              Display a help message and exit.

       -lINSTANCE, --lpinstance=INSTANCE
              Use the specified instance of Launchpad (e.g. "staging"), instead of the default of "production".

       -pPACKAGE, --package=PACKAGE
              Launchpad package to file bug against, if not the same source package name as Debian.  Useful  for
              importing removal bugs filed against ftp.debian.org.

       --no-conf
              Do not read any configuration files, or configuration from environment variables.

See Also

ubuntu-dev-tools(5)

Synopsis

import-bug-from-debian [options] bug...
       import-bug-from-debian-h

See Also