~jugmac00/launchpad:fix-typos

Last commit made on 2023-01-09
Get this branch:
git clone -b fix-typos https://git.launchpad.net/~jugmac00/launchpad
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:
fix-typos
Repository:
lp:~jugmac00/launchpad

Recent commits

6775456... by Jürgen Gmach

Fix typos in distribution mirror doctests

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
63b302d... by Colin Watson

Return proxied objects from makeBranchRevision

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

1322bbf... by Colin Watson

Temporarily disable librarian.client_socket_timeout

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

ea7afc5... by Colin Watson

Temporarily disable librarian.client_socket_timeout

For some reason this timeout is causing the translation export script to
fail to upload exported files to the librarian much more often than
usual. I'd still like to track this down properly so that we can get
the robustness improvement from this timeout, but it isn't worth causing
major user-visible issues for that.

LP: #1998616

87bfee1... by Colin Watson

publish-distro: Add an --archive option

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

fe7e292... by Colin Watson

publish-distro: Add an --archive option

This fixes an annoyance when performing QA: `publish-distro` already had
`--ppas` options and similar to tell it to run over all archives of a
particular kind, but previously the only way to get it to run over a
single archive was to hack the `is_ppa_public` etc. functions in place.
This option should make publisher QA a little more convenient in future.

59d39cc... by Colin Watson

Drop missing-file warning in Publisher._getCurrentFiles

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

0bced3a... by Colin Watson

Dispatch builder constraints to builders

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

ed8d3c3... by Colin Watson

Drop missing-file warning in Publisher._getCurrentFiles

As part of the recent refactoring in commit
82dfb163d64512e0d95af290adbe9b7bade70709, I added a warning if an entry
in an archive's Release file doesn't exist on disk. However, this
actually turns out to be routine and expected; QA testing reminded me
that Release files include entries for uncompressed versions of Packages
and Sources files for the benefit of clients, even though only the
compressed versions exist on disk. Launchpad scripts set up a handler
that logs `WARNING` and higher log messages as OOPSes, so this warning
ends up being unreasonably noisy.

Since the warning is recent and has never been deployed to production,
it's safe to just drop it.

944c380... by Colin Watson

Dispatch builder constraints to builders

It seems reasonable to tell the builder which constraints the build has
requested. There are some concrete GPU-related situations where this
will be useful, since we'll need to set up LXD containers in particular
ways.