juliogonzalez / skelcd-control-suse-manager-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skelcd-control-suse-manager-server

Workflow Status

Installation control file for SUSE Manager product. It is based on SLES product with modifications expressed in xslt.

See also the documentation for the control.xml file.

Building XML

Run rake build to build the final XML file. By default it uses the base SLES XML file from the skelcd-control-SLES package.

That can be changed via the BASE_XML environment variable to point to a Git checkout directly:

BASE_XML=../skelcd-control-SLES/control/installation.SLES.xml rake build

Validation

Run rake test:validation to validate the built XML file. It uses jing for XML validation, if that is not installed it fallbacks to xmllint (which unfortunately has a worse error reporting).

You can use the BASE_XML environment variable to set the base XML path, see above.

About

License:MIT License


Languages

Language:XSLT 96.5%Language:Ruby 3.1%Language:Dockerfile 0.4%