]> git.ozlabs.org Git - petitboot/commit
discover: Deprecate 'conf' user event
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 5 Sep 2016 04:18:18 +0000 (14:18 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Thu, 8 Sep 2016 05:05:14 +0000 (15:05 +1000)
commit74a77f5ff60a3ec2ede785827d60ec2fc646a3c0
treee8151da14575b5599f3282653ec742830fa3215b
parentc8c61f78d0583acedcde0ba69b57936bf27337ca
discover: Deprecate 'conf' user event

The 'conf' user event is functionally very similar to the 'url' event,
in that both events result in downloading a specified configuration file
and passing it to iterate_parsers().
The 'url' event additionally allows downloading files from a directory
path and is also accessed by the UI via pb-protocol, so remove the
'conf' event and associated functions in favour of 'url' and
device_handler_process_url().

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
(cherry picked from commit e2c92865481a5fb043c03c0cde625a96ca608699)
discover/device-handler.c
discover/device-handler.h
discover/event.c
discover/event.h
discover/user-event.c