~lgp171188/launchpad:set-up-ppa-update-keys-cronscript

Last commit made on 2024-04-19
Get this branch:
git clone -b set-up-ppa-update-keys-cronscript 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:
set-up-ppa-update-keys-cronscript
Repository:
lp:~lgp171188/launchpad

Recent commits

7fd9d7e... by Guruprasad

charm/launchpad-ppa-publisher: Add the PPA key updater cron job

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

Use a unique name for the ppa-update-keys cron script

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.