~sylvain-pineau/plainbox-provider-resource:wifi_interface_mode

Last commit made on 2017-04-19
Get this branch:
git clone -b wifi_interface_mode https://git.launchpad.net/~sylvain-pineau/plainbox-provider-resource
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
wifi_interface_mode
Repository:
lp:~sylvain-pineau/plainbox-provider-resource

Recent commits

c216ebb... by Sylvain Pineau

Add the wifi_interface_mode resource job (from the snappy resource provider)

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

Merge #322695 from ~sylvain-pineau/plainbox-provider-resource:package_req_cleanup

fa2fc24... by Sylvain Pineau

Drop package.name requirements for core packages (always in the classic manifests)

c2ca47a... by Sylvain Pineau

Drop package.name == "dmidecode" from dmi job to make the job snappy-friendly

eace063... by Sylvain Pineau

Port the provider snappy patch for lsb_resource

f523ed7... by Sylvain Pineau

Drop obsolete local job

136a0de... by PMR <pmr@pmr-lander>

Merge #322186 from ~sylvain-pineau/plainbox-provider-resource:snapd_resources

2bfd08f... by Sylvain Pineau

Add snapd resources jobs

28d88bf... by PMR <pmr@pmr-lander>

Merge #321736 from ~sylvain-pineau/plainbox-provider-resource:no_prefix_block_resource

567c510... by Sylvain Pineau

block_device_resource: stop prefixing properties with dev name

dev mapper devices are usually named dm-[0-9]+.
Using such names makes jobs requirements to crash as the AST parse fails
with a syntax error as '-' is seen as an operator.