~twom/launchpad:oci-add-architecture-logging

Last commit made on 2021-03-09
Get this branch:
git clone -b oci-add-architecture-logging 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-add-architecture-logging
Repository:
lp:~twom/launchpad

Recent commits

0592ff7... by Tom Wardill

Add exception and architecture logging to manifest upload

08c46c3... by Ioana Lasc

Remove notify code path used prior to repack

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/399281

bd1b282... by Tom Wardill

Remove first complete from OCIRegistryUploadJob

Merged from https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/399312

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.

e129da9... by Ioana Lasc

Remove notify code path used prior to repack

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.