[PATCH conductor] BZ804543: template relaxng: make rootpw mandatory

Martyn Taylor mtaylor at redhat.com
Wed May 23 18:12:41 UTC 2012


Conditional Ack, granted we add this to the CLI too.

I'm going to send a follow up patch that does the CLI work and get them 
both pushed



On 05/22/2012 08:22 PM, mzatko at redhat.com wrote:
> From: Maros Zatko<mzatko at redhat.com>
>
> rootpw tag is mandatory in imagefactory's xsd file
> ---
>   src/app/util/template-rng.xml |   10 ++++------
>   1 file changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/src/app/util/template-rng.xml b/src/app/util/template-rng.xml
> index acf7549..b7eae58 100644
> --- a/src/app/util/template-rng.xml
> +++ b/src/app/util/template-rng.xml
> @@ -79,11 +79,9 @@
>                   <ref name='iso'/>
>                 </choice>
>               </element>
> -<optional>
> -<element name='rootpw'>
> -<text/>
> -</element>
> -</optional>
> +<element name='rootpw'>
> +<text/>
> +</element>
>               <optional>
>                 <element name='key'>
>                   <text/>
> @@ -278,4 +276,4 @@
>       <ref name='base64'/>
>     </define>
>
> -</grammar>
> \ No newline at end of file
> +</grammar>




More information about the aeolus-devel mailing list