1. 01 May, 2014 1 commit
    • Modify the way we set the localization environment · 54b1f820
      Previously, we set the LANG (and LC_CTYPE) environment variables
      directly in the module code and applied them with os.environ().
      Instead, we are now pre-pending those variables to the environment
      string used to execute the command which allows the user to
      override the localization values by setting the environment values
      directly (even on a per-task basis):
      
        - subversion: repo=file:///path/to/repos/svn_über dest=/tmp/svntest
          environment:
            LANG: "C"
            LC_CTYPE: "en_US.UTF-8"
      
      So if a user wishes to default their LANG back to C, they can still
      avoid unicode issues by doing the above.
      
      Fixes #7060
      James Cammarata committed
  2. 30 Apr, 2014 12 commits
  3. 29 Apr, 2014 27 commits