~ilasc/launchpad:sign-android-kernel

Last commit made on 2021-06-25
Get this branch:
git clone -b sign-android-kernel https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
sign-android-kernel
Repository:
lp:~ilasc/launchpad

Recent commits

132f88d... by Ioana Lasc

Sign Android kernel boot images

40cc6db... by Colin Watson

Avoid implicit DNS dependency in test_automatic_retries

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

75ee4be... by Colin Watson

Use RFC 2606 reserved domains in getUniqueURL

Otherwise we may end up with test behaviour that depends on DNS
resolution of real non-reserved domains.

6d0188e... by Colin Watson

Avoid implicit DNS dependency in test_automatic_retries

This test assumes that `WebhookDeliveryJob.is_limited_effort_delivery`
returns False, so make sure that that's true.

b98901f... by Colin Watson

Avoid auto-repacking the same repository too often

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

68fcd0f... by Colin Watson

Add XXX comments for confusing column name

c654e69... by Colin Watson

Avoid auto-repacking the same repository too often

We don't want to issue automatic repacks for the same Git repository too
often: if a repository keeps needing to be repacked on subsequent runs
of the cron job, it's much more likely to be because the repack queue
hasn't caught up yet than because it's accumulated much more data.
Throttle automatic repacks of any single repository to once a week.

afed308... by Colin Watson

Render message revision timestamps in webapp

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

317a5d3... by Colin Watson

Render message revision timestamps in webapp

This causes them to be displayed according to the user's configured time
zone.

LP: #1933079

9dbb463... by Colin Watson

librarian: Allow selecting a different OS_AUTH_VERSION

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