~jugmac00/lpci:prepare-release-0.0.26

Last commit made on 2022-08-12
Get this branch:
git clone -b prepare-release-0.0.26 https://git.launchpad.net/~jugmac00/lpci
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
prepare-release-0.0.26
Repository:
lp:~jugmac00/lpci

Recent commits

5b743d6... by Jürgen Gmach

Prepare release 0.0.26

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
6300c64... by Jürgen Gmach

Deprecate ``--apt-replace-repositories``

and replace it with ``--replace-package-repositories``.

a573dba... by Jürgen Gmach

Rename additional_apt_repositories into package_repositories

8326798... by Jürgen Gmach

Rename additional_apt_repositories into package_repositories

Succeeded
[SUCCEEDED] test:0 (build)
[SUCCEEDED] build:0 (build)
12 of 2 results
8655cf0... by Jürgen Gmach

Enable providing additional repositories via CLI

7a4d28b... by Jürgen Gmach

Clean up CLI docs

1c3f562... by Colin Watson

Back to development: 0.0.26

0a56743... by Colin Watson

Release version 0.0.25

2b4630b... by Colin Watson

Add XXX comment about Output.properties default

Requested by Jürgen.

012e473... by Colin Watson

Fix edge case in license handling

In the case where a job has an `output` key but no `properties` key
under that (e.g. just `output.paths`), lpcraft raised an
`AssertionError` on `assert isinstance(job.output.properties, dict)`.