~pieq/checkbox/fix-1484872-env-variables-forced-to-non-international

  • Committer: Pierre Equoy
  • Date: 2015-09-02 10:00:06 UTC
  • Revision ID: pierre.equoy@canonical.com-20150902100006-r9n4xqgcxsjbb06x
Force environment into non-internationalized values

Previously, get_execution_environment() method in ctrl.py would set LANG
variable to 'C.UTF-8' but would not do anything to LANGUAGE or LC_* variables.

We change this to make sure these variables are all set to empty strings in
order to force the system to use default (non-internationalized) values.

This allow us to use English regexp in scripts, even on non-English systems.
Filename Latest Rev Last Changed Committer Comment Size
..
checkbox_touch.py 3967.2.30 9 years ago Maciej Kisielewski checkbox-touch: upgrade docstrings Some of the fu 17.9 KB Diff Download File
embedded_providers.py 3412.1.1 10 years ago Zygmunt Krynicki checkbox-touch: fix embedded provider loader after 4.3 KB Diff Download File
sudo_with_pass_ctrl.py 3589.6.3 10 years ago Maciej Kisielewski checkbox-touch: add RootViaSudoWithPassExecutionCo 7.6 KB Diff Download File