~sylvain-pineau/checkbox-ng:fix-1766766

Last commit made on 2018-04-30
Get this branch:
git clone -b fix-1766766 https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fix-1766766
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

6750a19... by Sylvain Pineau

qml-shell: Fix qmlscene invocation

On 18.04, args have to be put in first and -- parameters must be avoided.

bb333aa... by Sylvain Pineau

exporter:json: Only consider info/buildstamp and *_json jobs if they passed

Fixes lp:1762658

0feb35d... by PMR <pmr@pmr-lander>

Merge #342919 from ~sylvain-pineau/checkbox-ng:os_getenv_user_precheck

fb7adae... by Sylvain Pineau

Check if os.getenv('USER') returns something before assuming a USER is defined

When checkbox is invoked a systemd service unit running as root, the USER env
variable is not defined leading to a crash in both ctrl and restart modules:

        user_mod = os.getenv('USER').replace('.', '%2E')
    AttributeError: 'NoneType' object has no attribute 'replace'

4a3d39b... by PMR <pmr@pmr-lander>

Merge #342447 from ~sylvain-pineau/checkbox-ng:typo_loaded

e3305b9... by Sylvain Pineau

typo

72829a1... by PMR <pmr@pmr-lander>

Merge #341779 from ~kissiel/checkbox-ng:remote-usability-improv

4872099... by Maciej Kisielewski

remote: do a warm-up password query if any job will require the password

Signed-off-by: Maciej Kisielewski <email address hidden>

c9b8a0b... by Maciej Kisielewski

add user to job representation proxies

Signed-off-by: Maciej Kisielewski <email address hidden>

e0faa88... by Maciej Kisielewski

remote: remove the extra call to finish_session

Signed-off-by: Maciej Kisielewski <email address hidden>