From 8751a1308bfb2617284f9f512c02bc68342be91f Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Sat, 8 Aug 2020 22:43:37 -0700 Subject: [PATCH 1/3] Fix a typo in apt pipelining module Changed `whcih` to `which`. --- cloudinit/config/cc_apt_pipelining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/config/cc_apt_pipelining.py b/cloudinit/config/cc_apt_pipelining.py index 225d09057dc..aa186ce227b 100644 --- a/cloudinit/config/cc_apt_pipelining.py +++ b/cloudinit/config/cc_apt_pipelining.py @@ -9,7 +9,7 @@ -------------- **Summary:** configure apt pipelining -This module configures apt's ``Acquite::http::Pipeline-Depth`` option, whcih +This module configures apt's ``Acquite::http::Pipeline-Depth`` option, which controls how apt handles HTTP pipelining. It may be useful for pipelining to be disabled, because some web servers, such as S3 do not pipeline properly (LP: #948461). The ``apt_pipelining`` config key may be set to ``false`` to disable From cd60532f320b816456cd0e6a1e944b9a14b8f683 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Sat, 8 Aug 2020 22:47:01 -0700 Subject: [PATCH 2/3] Update .github-cla-signers I have signed the CLA on Canonical's site, adding my username to list of CLA signers. --- tools/.github-cla-signers | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 5f4dc79b617..1df3c39296d 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -15,3 +15,4 @@ smoser TheRealFalcon tomponline tsanghan +izzyleung From 9c3b0b3b08926675522b50233c37afa01c457220 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Sat, 8 Aug 2020 22:48:34 -0700 Subject: [PATCH 3/3] Update .github-cla-signers I need to sort the list alphabetically. --- tools/.github-cla-signers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 1df3c39296d..1b625fc3707 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -5,6 +5,7 @@ candlerb dermotbradley dhensby eandersson +izzyleung landon912 lucasmoura marlluslustosa @@ -15,4 +16,3 @@ smoser TheRealFalcon tomponline tsanghan -izzyleung