~twom/launchpad:oci-remove-unnecessary-complete

Last commit made on 2021-03-08
Get this branch:
git clone -b oci-remove-unnecessary-complete https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
oci-remove-unnecessary-complete
Repository:
lp:~twom/launchpad

Recent commits

4d8ee6b... by Tom Wardill

Add test to ensure job doesn't OOPs

d46bfcd... by Tom Wardill

Remove complete in OCIRegistryUploadJob

9e4f921... by Colin Watson

Rename wheelhouse to wheels

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/399230

16a0113... by Colin Watson

Fix imprecise tests in xx-upstream-bug-privacy.txt

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/399292

34197e1... by Colin Watson

Fix imprecise tests in xx-upstream-bug-privacy.txt

One of the examples in xx-upstream-bug-privacy.txt listed the bug number
and importance in the wrong order, but the test was so imprecise that it
normally managed to pass anyway by matching random bits of text from
things like HTML comments and the `LP.cache` JavaScript object, except
when dict ordering changes in Python 3 happened to put those in a
different order. Make these tests more precise so that they don't
accidentally depend on this kind of thing.

bd2f321... by Colin Watson

Rename wheelhouse to wheels

We don't really care about the exact name, but the ols charm layer wants
it to be called "wheels", so let's go with that.

The build_wheels and clean targets still remove the old "wheelhouse"
directory for now, to ensure we don't end up with both directories on
production.

7100fef... by Colin Watson

Sort binaries on SourcePackage:+index

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/399191

b18c22f... by Colin Watson

Sort binaries on SourcePackage:+index

Tests sometimes fail on Python 3 otherwise. It's probably most natural
to sort the binaries lexicographically by name.

1183d76... by Colin Watson

Fix TestJsonModelView for different dict ordering in Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/399175

9516f7b... by Colin Watson

Fix TestJsonModelView for different dict ordering in Python 3