ggardet / skelcd-control-MicroOS

Installation control file for the openSUSE MicroOS product

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skelcd-control-MicroOS

Workflow Status

Installation control file for openSUSE MicroOS

See also the documentation for the control.xml file.

Building openSUSE Tumbleweed XML

Run rake build to build the final control/control.TWMicroOS.xml file. By default it uses the base openSUSE Tumbleweed XML file from the skelcd-control-openSUSE package.

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

OPENSUSE_CONTROL=../../skelcd-control-openSUSE/control/control.openSUSE.xml rake build

Note: A relative path needs to be relative to the control subdirectory.

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 OPENSUSE_CONTROL environment variable to set the base XML path, see above.

About

Installation control file for the openSUSE MicroOS product

License:MIT License


Languages

Language:Ruby 60.6%Language:XSLT 24.6%Language:Makefile 9.1%Language:Dockerfile 5.7%