~lgp171188/launchpad:update-publisher-multi-sign-archive-when-multiple-keys-available

Last commit made on 2024-04-24
Get this branch:
git clone -b update-publisher-multi-sign-archive-when-multiple-keys-available https://git.launchpad.net/~lgp171188/launchpad
Only Guruprasad can upload to this branch. If you are Guruprasad please log in for upload directions.

Branch merges

Branch information

Name:
update-publisher-multi-sign-archive-when-multiple-keys-available
Repository:
lp:~lgp171188/launchpad

Recent commits

d340954... by Guruprasad

Sign the archive with all its OpenPGP signing keys

If an archive has more than one OpenPGP signing key, sign the archive's
metadata files with all the available keys.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
e0e5894... by Guruprasad

Make sign an operation on signing key set and require passing a list of keys to all sign operations

a544110... by Ines Almeida

Refactor buildd-manager: remove unneeded variables, rename and add comments

 - Removed the `/session` from the base URL for the fetch service control API endpoint, for consistency.
 - The `proxy_username` was confirmed to not be necessary for the fetch service.
 - Minor comment and variable refactoring

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/464684

77953d2... by Ines Almeida

buildd-manager minor refactor: variable renaming and comment additions

fe351a2... by Ines Almeida

buildd-manager: Remove `proxy_username` as argument for fetch service start session

This was confirmed to not be required

8da27fa... by Ines Almeida

buildd-master: update value for fetch service base URL

Removed the `/session` from the base URL for the fetch service control endpoint for consistency

c3bc9ef... by Jürgen Gmach

Fix TempDir usage in testing docs

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/464681

00a0647... by Jürgen Gmach

Fix TempDir usage in testing docs

9021b56... by Ines Almeida

Refactor buildd-manager builder proxy logic

This separates the logic for making calls to the builder proxy and the fetch service out of the BuilderProxyMixin and into their own handlers.
This will make it easier to later add the logic to end sessions or, retrieve metadata.

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/464303

9dc14ea... by Ines Almeida

Refactor buildd-manager builder proxy logic

This separates the logic for making calls to the builder proxy and the fetch service out of the BuilderProxyMixin and into their own handlers.
This will make it easier to later add the logic to end sessions or, retrieve metadata.