~pappacena/launchpad:change-override-log

Last commit made on 2020-03-16
Get this branch:
git clone -b change-override-log https://git.launchpad.net/~pappacena/launchpad
Only Thiago F. Pappacena can upload to this branch. If you are Thiago F. Pappacena please log in for upload directions.

Branch merges

Branch information

Name:
change-override-log
Repository:
lp:~pappacena/launchpad

Recent commits

66fa2e6... by Thiago F. Pappacena

Removing unused import and using makePerson instead of makeAdministrator on tests

5cba39f... by Thiago F. Pappacena

Merge branch 'master' into change-override-log

ef2aa32... by Colin Watson

Send HTTPS URLs in translation export emails

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

933b4e0... by Thiago F. Pappacena

Changing TLS version used on HTTPS mirrors (using 1.2 instead of 1.1), which should be compatible with most of HTTPS servers.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/380728

650cb10... by Thiago F. Pappacena

Adding documentation about TLS version on probe mirror

04c2118... by Thiago F. Pappacena

Fixing test cleanup

5bb380d... by Thiago F. Pappacena

Changing TLS version on HTTPS mirror prober and accounting for protocol on URL _parse.

1980455... by Tom Wardill

Merge db-stable d1437a257a (Add constraint to OCIRecipe.git_repository and git_path)

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

3478f7a... by William Grant

Wait longer in preflight.py for connections to die

Merged from https://code.launchpad.net/~wgrant/launchpad/+git/launchpad/+merge/380708

6cd37df... by William Grant

Wait longer in preflight.py for connections to die

Despite the comment saying it could wait for 10s, it in fact only waited
for up to 2s. This has for some time not been reliably sufficient, as
a rerun of full-update has often been necessary.