Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set utf8 locale #714

Closed
wants to merge 3 commits into from
Closed

Set utf8 locale #714

wants to merge 3 commits into from

Conversation

@edunham
Copy link
Contributor

edunham commented Aug 25, 2017

Fixes #645. Setting it on all hosts
because it's good practices to not just assume they have the right default
across diverse systems.

Others have hit quirks like saltstack/salt#24827
with locale.present but the latest comment is saying it's ok now.

literally just https://docs.saltstack.com/en/latest/ref/states/all/salt.states.locale.html except with a tweaked state name


This change is Reviewable

@edunham
Copy link
Contributor Author

edunham commented Aug 25, 2017

Restricted to ubuntu only since it works there, definitely doesn't on osx, not sure about windows.

Second commit is to see if it fixes the apparently intermittent failure stemming from missing /usr/share/i18n/locales, seen in https://travis-ci.org/edunham/saltfs/jobs/268434026 but not https://travis-ci.org/edunham/saltfs/jobs/268434017 . Checking on my system reveals i did it wrong; amendment incoming.

@edunham edunham force-pushed the edunham:locale branch from 2ac1e85 to f03a3b4 Aug 25, 2017
Fixes #645. Setting it on all Ubuntu
hosts. It definitely doesn't work on OSX.

Others have hit quirks like saltstack/salt#24827
with locale.present but the latest comment is saying it's ok now.

Also force creation of /usr/share/i18n/locales
@edunham edunham force-pushed the edunham:locale branch from f03a3b4 to 3b13d39 Oct 5, 2017
edunham added 2 commits Oct 27, 2017
@bors-servo
Copy link
Contributor

bors-servo commented Jul 10, 2018

The latest upstream changes (presumably #850) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.