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

Fix locale generation on Ubuntu #31157

Merged
merged 1 commit into from Feb 12, 2016

Conversation

captaininspiration
Copy link
Contributor

On ubuntu you can not append the charmap.

root@ubuntu:~# locale-gen fr_FR.UTF-8 UTF-8 ; echo $?
1

root@ubuntu:~# locale-gen fr_FR.UTF-8 ; echo $?
Generating locales...
fr_FR.UTF-8... up-to-date
Generation complete.
0

Can you backport to v2015.8?

Thanks

cachedout pushed a commit that referenced this pull request Feb 12, 2016
@cachedout cachedout merged commit 1e13746 into saltstack:develop Feb 12, 2016
@cachedout cachedout added the bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch label Feb 12, 2016
@cachedout
Copy link
Contributor

Thanks, @captaininspiration

@rallytime rallytime added ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. and removed bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Feb 12, 2016
cachedout pushed a commit that referenced this pull request Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants