Registered by Bryce Harrington

ppa-dev-tools is a Launchpad API client that lets you create and manage Personal Package Archives (PPAs) from the command-line.

This toolset provides a command line interface to Launchpad's API for handling PPAs.

An example workflow for checking build & test of a given package on various architecture might be:

   $ ppa create my-ppa
   $ dput *.changes my-ppa
   $ ppa wait my-ppa
   $ ppa tests my-ppa
   $ ppa destroy my-ppa

Installation can be performed via pip, snap, source, and debs in a PPA (of course!) For more details, see the INSTALL file:

    https://git.launchpad.net/ppa-dev-tools/tree/INSTALL.md

For high level information about the tools, see the README:

    https://git.launchpad.net/ppa-dev-tools/tree/README.md

To join the users' mailing list, see:

  Mailing List: https://launchpad.net/~ppa-dev-tools-users

Project information

Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

Get Involved

Downloads

ppa-dev-tools does not have any download files registered with Launchpad.

Announcements

  • 0.5.0 Release on 2023-09-19
    This 0.5 release of ppa-dev-tools includes a number of usage conveniences peo...
  • 0.4.0 Release on 2023-04-28
    The main new feature for the 0.4 release is the --show-rdepends argument for ...
  • 0.3.0 Release on 2022-10-28
    Autopkgtest trigger action URLs are printed for packages in the PPA when runn...
  • 0.2.1 Release on 2022-10-11
    This corrects some packaging issues when generating .deb and .snap packages: ...
  • 0.2.0 Release on 2022-09-16
    This release adds a new 'tests' command that lists any pending or waiting tes...