]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps: switch to C.UTF-8 locale 48425/head
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 10 Oct 2022 14:21:02 +0000 (10:21 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sun, 16 Oct 2022 15:50:50 +0000 (11:50 -0400)
commitcd1cd1bd3350c85aee8f496f63522422dcad73de
tree038054be3e858bec7605ef819f805bfa46d62416
parentb16f3a45c5b9bf82c96605079245d33ce40a97fc
install-deps: switch to C.UTF-8 locale

The en_US.UTF-8 locale is not always going to present on all systems.
Specifically, setting en_US.UTF-8 causes numerous warnings when running
this script on a CentOS Stream 8 container. Rather than install
additional packages to suppress the warning, use the C.UTF-8 locale.

Additionally, try to update the comment explaining the line to something
based on the commit history rather than the confusing term "vulnerable".

Signed-off-by: John Mulligan <jmulligan@redhat.com>
install-deps.sh