~archiesimbolpangilinan/launchpad:stable

Last commit made on 2021-06-07
Get this branch:
git clone -b stable https://git.launchpad.net/~archiesimbolpangilinan/launchpad
Only Archie Simbol Pangilinan can upload to this branch. If you are Archie Simbol Pangilinan please log in for upload directions.

Branch merges

Branch information

Name:
stable
Repository:
lp:~archiesimbolpangilinan/launchpad

Recent commits

ddeaac8... by Tom Wardill

Reraise the original error on a failed retry

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

8f7b89e... by Tom Wardill

Reraise the original error on a failed retry

9664fc6... by Colin Watson

Make DistroSeries.getLatestUploads use a better index

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

997e14c... by Colin Watson

Make DistroSeries.getLatestUploads use a better index

Unassisted, PostgreSQL's planner apparently decides to do an index scan
on `PackageUpload`'s primary key, which is very slow. Use a CTE to
force it to use the more appropriate index on `PackageUpload (archive,
distroseries, status)`.

LP: #1930872

092e014... by Colin Watson

Stormify DistroSeries.getLatestUploads

b45bdbe... by Colin Watson

Fix platform specifiers in OCI multi-arch manifests

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

2de7af7... by Dimitri John Ledkov

Add more PPAs related to UC gadgets and images.

Merged from https://code.launchpad.net/~xnox/launchpad/+git/launchpad/+merge/403567

4673bdb... by Dimitri John Ledkov

Avoid expiring PPAs related to building UC gadgets and images

Related to 411dd1713626ed137da3a75daa01f4f6a42bd073

935212d... by Colin Watson

Fix platform specifiers in OCI multi-arch manifests

The platform specifier isn't always as simple as `{"os": "linux",
"architecture": dpkg_architecture_name}`, because the manifest list
specification defers to Go for its architecture names, not dpkg; and
there's additional variant information that we should send for ARM
architectures. See:

  https://docs.docker.com/registry/spec/manifest-v2-2/#manifest-list-field-descriptions

LP: #1930094

61b9377... by Colin Watson

Clean up MemcachedLayer subprocess properly

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