Openembedded Core Discussions
 help / color / mirror / Atom feed
* [wic][PATCH 0/6] wic: kickstart fixes
@ 2016-01-18 12:22 Ed Bartosh
  2016-01-18 12:22 ` [wic][PATCH 1/6] wic: add custom exception KickStartError Ed Bartosh
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ed Bartosh @ 2016-01-18 12:22 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset includes usability fixes and error handling improvements
for new kickstart parser.

The following changes since commit a2f23fa62858b89850aab339ddec16dcf6026b37:

  openssh: CVE-2016-1907 (2016-01-18 11:47:08 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/kickstart-fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/kickstart-fixes

Ed Bartosh (6):
  wic: add custom exception KickStartError
  wic: catch KickStartError
  wic: improve processing of parseing errors
  wic: removed unused imports
  wic: override ArgumentParser.error
  wic: rename kickstarter.py -> ksparser.py

 scripts/lib/wic/conf.py                            |  7 +++++--
 scripts/lib/wic/{kickstart.py => ksparser.py}      | 24 ++++++++++++++++++----
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  2 +-
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  2 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |  2 +-
 .../lib/wic/plugins/source/rootfs_pcbios_ext.py    |  1 -
 6 files changed, 28 insertions(+), 10 deletions(-)
 rename scripts/lib/wic/{kickstart.py => ksparser.py} (82%)

--
Regards,
Ed



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

end of thread, other threads:[~2016-01-18 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 12:22 [wic][PATCH 0/6] wic: kickstart fixes Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 1/6] wic: add custom exception KickStartError Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 2/6] wic: catch KickStartError Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 3/6] wic: improve processing of parseing errors Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 4/6] wic: removed unused imports Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 5/6] wic: override ArgumentParser.error Ed Bartosh
2016-01-18 12:22 ` [wic][PATCH 6/6] wic: rename kickstarter.py -> ksparser.py Ed Bartosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox