diff options
author | Xiao Liang <izzyleung@users.noreply.github.com> | 2020-08-10 07:36:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 10:36:38 -0400 |
commit | 39251a6786b8d6b10903b194df6dfe859176fe5c (patch) | |
tree | 060919372e4598f4d8aae7969011c561eebe7699 | |
parent | 8bc5c2759fbd0581f7a6dff049c83cefbf21b345 (diff) | |
download | vyos-cloud-init-39251a6786b8d6b10903b194df6dfe859176fe5c.tar.gz vyos-cloud-init-39251a6786b8d6b10903b194df6dfe859176fe5c.zip |
Fix a typo in apt pipelining module (#525)
* Fix a typo in apt pipelining module
Changed `whcih` to `which`.
* Update .github-cla-signers
I have signed the CLA on Canonical's site, adding my username to list of CLA signers.
* Update .github-cla-signers
I need to sort the list alphabetically.
-rw-r--r-- | cloudinit/config/cc_apt_pipelining.py | 2 | ||||
-rw-r--r-- | tools/.github-cla-signers | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cloudinit/config/cc_apt_pipelining.py b/cloudinit/config/cc_apt_pipelining.py index 225d0905..aa186ce2 100644 --- a/cloudinit/config/cc_apt_pipelining.py +++ b/cloudinit/config/cc_apt_pipelining.py @@ -9,7 +9,7 @@ Apt Pipelining -------------- **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 diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 5f4dc79b..1b625fc3 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -5,6 +5,7 @@ candlerb dermotbradley dhensby eandersson +izzyleung landon912 lucasmoura marlluslustosa |