Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

B #251: Enforce POSIX C locale #261

Merged
merged 2 commits into from
May 3, 2022
Merged

Commits on Nov 23, 2021

  1. B OpenNebula#251: Force $LANG to C.UTF-8

    Growpart is sensitive to the current locale to work.
    
    Closes OpenNebula#251
    
    Signed-off-by: Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
    baby-gnu committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    74385d0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. B OpenNebula#251: Improve locale handling

    - Change the value to 'C' (POSIX) which is more generic
    - LANG can be insufficiant and will not override LC_TIME for example if
      that was set
    - LC_ALL will ensure that all categories of locale are POSIX C
    - This commit also provides a way for the scripts to find the original
      locale via '_one_orig_*' variables if that would be needed
    
    Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
    Petr Ospalý committed May 3, 2022
    Configuration menu
    Copy the full SHA
    8c875a1 View commit details
    Browse the repository at this point in the history