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

ubuntu-build - command-line interface to Launchpad build operations

Authors

ubuntu-build  was written by Martin Pitt <martin.pitt@canonical.com>, and this manual page was written by
       Jonathan Patrick Davies <jpds@ubuntu.com>.

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

ubuntu-dev-tools                                    Mar 2024                                     UBUNTU-BUILD(1)

Description

ubuntu-build provides a command line interface to the Launchpad build operations.

Name

       ubuntu-build - command-line interface to Launchpad build operations

Operations

       Listed below are the available operations for ubuntu-build:

       status Outputs the build status of the package on Launchpad on all architectures.

       retry  Requests  that  the package has another attempt at rebuilding from source.  This will only work if
              the package has Failedtobuild on Launchpad.

       rescore
              Requests that the package's build priority be raised in the build  queue.   Only  members  of  the
              Launchpad  build administrators may issue this operation, and it may only be performed on packages
              which Needbuilding.

Options

       Listed below are the command line options for ubuntu-build:

       -hor--help
              Display a help message and exit.

       Retry and rescore options:

              These options may only be used with the 'retry' and 'rescore' operations.

              -a  ARCHITECTURE,  --arch=ARCHITECTURE  Rebuild  or  rescore  a   specific   architecture.   Valid
              architectures are: armhf, arm64, amd64, i386, powerpc, ppc64el, riscv64, s390x.

       Batch processing:

              These  options  and  parameter  ordering  is  only  available in --batch mode. Usage: ubuntu-build
              --batch [options] <package>...

              --batch Enable batch mode

              --series=SERIES Selects the Ubuntu series to operate on (default: current development series)

              --retry Retry builds (give-back).

              --rescore=PRIORITY Rescore builds to <priority>.

              --arch=ARCHITECTURE Affect only 'architecture' (can be used several  times).  Valid  architectures
              are: arm64, amd64, i386, powerpc, ppc64el, riscv64, s390x.

              -A=ARCHIVE Act on the named archive (ppa) instead of on the main Ubuntu archive.

Synopsis

ubuntu-build <srcpackage> <release> <operation>
       ubuntu-build --batch [--retry] [--rescore PRIORITY] [--arch ARCH [...]]
                    [--series SERIES] [--state BUILD-STATE]
                    [-A ARCHIVE] [pkg]...

See Also