]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
Ensure locales are installed. Set correct format.
authorDavid Galloway <david.galloway@ibm.com>
Fri, 19 Dec 2025 13:49:26 +0000 (08:49 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 19 Dec 2025 16:14:49 +0000 (11:14 -0500)
commit6b144aa7dd8495664115a5b31f31151ca66ea062
tree6ebc6162d0a2589294fd60758beba078d9584416
parent5ca3aa18101b9e5e9dc5e087dbecf70b369b838a
Ensure locales are installed. Set correct format.

I guess Ubuntu just tolerated the incorrect spelling.  Or used to?  Anyway..

```
root@toko07:~# grep PRETTY_NAME /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"
root@toko07:~# locale -a | grep -i en_us
en_US.utf8

[root@toko08 ~]# grep PRETTY_NAME /etc/os-release
PRETTY_NAME="CentOS Stream 9"
[root@toko08 ~]# locale -a | grep -i en_us
en_US
en_US.iso885915
en_US.utf8
```

Signed-off-by: David Galloway <david.galloway@ibm.com>
ansible/examples/builder.yml
scripts/build_utils.sh