From: Samuel Mendoza-Jonas Date: Tue, 25 Jul 2017 06:07:40 +0000 (+1000) Subject: utils/pb-plugin: Advertise pb-plugins to discover server X-Git-Tag: v1.6.0~12 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=9f9bc4da3369b5637963064e2cd9d98e9dbd20d4;hp=9f9bc4da3369b5637963064e2cd9d98e9dbd20d4;p=petitboot utils/pb-plugin: Advertise pb-plugins to discover server Update the pb-plugin utility to create a 'plugin' pb-event when it successfully scans or installs a pb-plugin. To aid invoking pb-plugin from pb-discover there following two commands are updated: - `pb-plugin scan` can now be called for a single directory. - `pb-plugin install` now has an optional "auto" argument that will skip asking for confirmation before installation. Signed-off-by: Samuel Mendoza-Jonas ---