~wgrant/launchpad:preflight-10s

Last commit made on 2020-03-16
Get this branch:
git clone -b preflight-10s https://git.launchpad.net/~wgrant/launchpad
Only William Grant can upload to this branch. If you are William Grant please log in for upload directions.

Branch merges

Branch information

Name:
preflight-10s
Repository:
lp:~wgrant/launchpad

Recent commits

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.

387375f... by Thiago F. Pappacena

Adding a HTTPS proxy-CONNECT for twisted, and using it for HTTPS mirrors prober.

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

931d52c... by Thiago F. Pappacena

Improving coding style

0ec0741... by Colin Watson

Add Python 3 compatibility for SafeConfigParser

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

981ef54... by Colin Watson

Remove pre-2.2 compatibility from contrib.glock

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

cc2cf58... by Thiago F. Pappacena

removing unused imports

6c130f6... by Thiago F. Pappacena

adding a more accurate comment for test

039fb41... by Thiago F. Pappacena

removing unused import

9b24279... by Thiago F. Pappacena

Fixing test for proxy usage on HTTPS
mirror prober

7485b26... by Thiago F. Pappacena

Adding CONNECT proxy to HTTPS mirror prober