Skip to content

Check LC_TYPE/LANG environment variables

Major Hayden requested to merge test-for-glibc-langpacks into master

An issue appeared recently where the container images had their LC_TYPE/LANG set to C.UTF-8 and this broke perl scripts that build the kernel. It also caused our pre-notification email to contain a binary attachment.

Always check for the value of these two environment variables to ensure they are set properly. This should also help with future container updates by flagging them before the code is merged.

Signed-off-by: Major Hayden major@redhat.com

Merge request reports