All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/1] wic: argparse now used for help functionality.
@ 2018-01-30 18:24 anelliot
  2018-01-30 18:24 ` [PATCHv2 1/1] " anelliot
  2018-02-13 18:54 ` [PATCHv2 0/1] " Stephano Cetola
  0 siblings, 2 replies; 4+ messages in thread
From: anelliot @ 2018-01-30 18:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: paul.eggleton

The wic help output formally consisted of manually created strings mixed with argparse,
which was unformatted and unusable. This fix cleans up the help messages, rewrites help
functionality to use argparse, and adds functionality to show information for
plugins (similar to canned images).

The following changes since commit e5e89cfb7bc2231ac4fcc16f4cb4f74d806136c4:

  pulseaudio: improve glibc 2.27 patch (2018-01-30 12:53:16 +0000)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib anelliot/bug12205

anelliot (1):
  wic: argparse now used for help functionality.

 meta/lib/oeqa/selftest/cases/wic.py |   50 +-
 scripts/lib/wic/engine.py           |   87 ++-
 scripts/lib/wic/help.py             | 1080 ++++-------------------------------
 scripts/wic                         |  168 ++----
 4 files changed, 267 insertions(+), 1118 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2018-02-16 12:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-30 18:24 [PATCHv2 0/1] wic: argparse now used for help functionality anelliot
2018-01-30 18:24 ` [PATCHv2 1/1] " anelliot
2018-02-16 12:45   ` Paul Eggleton
2018-02-13 18:54 ` [PATCHv2 0/1] " Stephano Cetola

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.