[PATCH 0/2] Recipe xml validation

olichtne at redhat.com olichtne at redhat.com
Thu May 16 13:22:52 UTC 2013


From: Ondrej Lichtner <olichtne at redhat.com>

The following two patches add files required for recipe validation and
impplement a basic form of validation with the XML Schema file provided. At the
moment the validation relies on the schema file to be in the same directory as
the lnst-ctl script. In the future this should be changed to a more
standardized location.

At the moment though this should be sufficient to try out the validation, it
reflects the currently accepted recipe format so it can help with changing your
older recipes to the new format.

Ondrej Lichtner (2):
  add recipe.xsd and recipe.dtd
  lnst-ctl: add recipe validation

 lnst-ctl   |  22 +++++++
 recipe.dtd |  56 ++++++++++++++++++
 recipe.xsd | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 274 insertions(+)
 create mode 100644 recipe.dtd
 create mode 100644 recipe.xsd

-- 
1.7.11.7



More information about the LNST-developers mailing list