All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] wic: Source plugin updates
@ 2014-07-08 14:51 Tom Zanussi
  2014-07-08 14:51 ` [PATCH 1/5] wic: Add command to list available source plugins Tom Zanussi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom Zanussi @ 2014-07-08 14:51 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Zanussi

This patchset adds a new 'list plugins' subcommand along with some
better error handling and messaging when users try to use
nonexistent plugins.  It also adds a new hook for general purpose
help topics and adds a 'plugins' topic as the first entry.

Addresses problems exposed in YOCTO #6481.

The following changes since commit 6879c3c903ec7d08cf0240281c83d85b4a42b6db:

  maintainers.inc: add info for libical (2014-07-08 11:20:14 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-plugin-updates
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-plugin-updates

Tom Zanussi (5):
  wic: Add command to list available source plugins
  wic: Add help text for 'wic list source-plugins'
  wic: Print error if a partition specifies an invalid --source
  wic: Add dummy subcommand and usage strings
  wic: Add general 'plugins' help topic

 scripts/lib/image/engine.py                        |  13 +++
 scripts/lib/image/help.py                          | 121 ++++++++++++++++++++-
 .../lib/mic/kickstart/custom_commands/partition.py |   5 +
 scripts/lib/mic/plugin.py                          |  16 +++
 scripts/wic                                        |  28 ++++-
 5 files changed, 173 insertions(+), 10 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-08 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 14:51 [PATCH 0/5] wic: Source plugin updates Tom Zanussi
2014-07-08 14:51 ` [PATCH 1/5] wic: Add command to list available source plugins Tom Zanussi
2014-07-08 14:51 ` [PATCH 2/5] wic: Add help text for 'wic list source-plugins' Tom Zanussi
2014-07-08 14:51 ` [PATCH 3/5] wic: Print error if a partition specifies an invalid --source Tom Zanussi
2014-07-08 14:51 ` [PATCH 4/5] wic: Add dummy subcommand and usage strings Tom Zanussi
2014-07-08 14:51 ` [PATCH 5/5] wic: Add general 'plugins' help topic Tom Zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.