~kissiel/checkbox-support:update-interactive-command

Last commit made on 2017-05-09
Get this branch:
git clone -b update-interactive-command https://git.launchpad.net/~kissiel/checkbox-support
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
update-interactive-command
Repository:
lp:~kissiel/checkbox-support

Recent commits

0bd432f... by Maciej Kisielewski

update interactive_command

new stuff:
 * extensive logging controlled with `log_level` in icmd c-tor
 * ability to launch a process with `shell=True`
 * gracefully waiting for the subprocess to end when its pipes are closed
 * ability to ignore handle EPERMs when killing subprocess - this is useful
   when the subprocess uses setuid

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

388e5cb... by PMR <pmr@pmr-lander>

Merge #321875 from ~sylvain-pineau/checkbox-support:nvme_controllers_misc

02db1cd... by Sylvain Pineau

parsers:udevadm: Report nvme controllers with subsystem set to 'misc'

Example:

P: /devices/pci0000:40/0000:40:03.0/0000:44:00.0/0000:45:04.0/0000:46:00.0/misc/nvme0
N: nvme0
E: DEVNAME=/dev/nvme0
E: DEVPATH=/devices/pci0000:40/0000:40:03.0/0000:44:00.0/0000:45:04.0/0000:46:00.0/misc/nvme0
E: MAJOR=10
E: MINOR=57
E: SUBSYSTEM=misc

cbe7555... by PMR <pmr@pmr-lander>

Merge #321730 from ~sylvain-pineau/checkbox-support:fix-1467521

2683d05... by Sylvain Pineau

parsers:udevadm: Fake a product name for /dev/mapper devices

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

Merge #321660 from ~sylvain-pineau/checkbox-support:udevadm_export_list_only

5a31108... by Sylvain Pineau

parsers:udevadm: Record only the list of devices when exporting to json

Previous: {"devices": []}
New: []

c363ae1... by PMR <pmr@pmr-lander>

Merge #321447 from ~sylvain-pineau/checkbox-support:fix-pidvid-wireless-without-iface

ecd83a1... by Sylvain Pineau

parsers:udevadm: Avoid overriding devide pid/vid with parent data when unnecessary

For wireless devices without known interfaces don't look at parent in the udev
stack for pid/vid as in that case we're often getting the pci hub ids.

fea2858... by PMR <pmr@pmr-lander>

Merge #321282 from ~sylvain-pineau/checkbox-support:fix-1677167