diff options
author | PMR <pmr@pmr-lander> | 2018-11-28 15:49:37 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-11-28 15:49:37 +0000 |
commit | 1882bffbe5b56043212805d6d07c4cb0fa937f04 (patch) | |
tree | 98a29caab893e19a3cb8b88254a1182993a81377 | |
parent | a8d82464353cf89c6e2356257fe2a0b489382993 (diff) | |
parent | 564ce9283220a8b1590414a41b5d507cc4f68606 (diff) |
Merge #359762 from ~sylvain-pineau/plainbox-provider-checkbox:system_info_environ
-rw-r--r-- | units/submission/jobs.pxu | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/units/submission/jobs.pxu b/units/submission/jobs.pxu index 7d209501..faa06471 100644 --- a/units/submission/jobs.pxu +++ b/units/submission/jobs.pxu @@ -86,6 +86,10 @@ command: recovery_info version | python3 -m plainbox dev parse recovery-info id: system_info_json plugin: attachment category_id: com.canonical.plainbox::info -command: system_info.py +command: + export LC_ALL=C.UTF-8 + system_info.py +user: root +environ: PERL5LIB _description: Attaches json dumps of system info tools (inxi + udev) _summary: Attaches json dumps of system info tools |