diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-11-28 16:45:37 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-11-28 16:45:37 +0100 |
commit | 564ce9283220a8b1590414a41b5d507cc4f68606 (patch) | |
tree | 98a29caab893e19a3cb8b88254a1182993a81377 /units/submission | |
parent | afe56e0e086fb55d4aa450434525af0d465af0d0 (diff) |
units:submission: Run system_info as root (again) but preserve PERL5LIB
Root access it not strictly required but helps gathering additional devices, such as Network USB modems.
Diffstat (limited to 'units/submission')
-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 7d20950..faa0647 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 |