News and announcements
0.1.0 Release
Written for ppa-dev-tools by Bryce Harrington on 2019-08-01
A core set of commands including create, destroy, wait, list, and show
are implemented, along with basic help and package docs. The
intent of this release is to get registered with PyPI and scope out the
release process.
Here's an example set of commands one might use:
$ ppa create my-ppa
$ dput ppa:my-name/my-ppa some-package.
$ ppa wait my-ppa
$ cat some-package/README | ppa desc ppa:my-name/my-ppa
$ ppa destroy my-ppa
This creates a PPA and uploads a package to it. Then it waits for the
package to complete building and then updates the PPA's description with
some user-provided information. At this point the PPA might be shared
with users or used for testing purposes. Finally, when no longer needed
it is removed.