forked from pool/autoyast_xml_validator
- Update to version 1.0.6+git920f29b: * Restructure paramters and add --cobbler-profile param - Update to version 1.0.5+git86fc5a8: * Put shebang on top, above Copyright and Author * Add author and copyright * Create LICENSE * Introduce new --distro and --arch parameters for the new yast2-schemas collection package * Make README.md better manpage compatible for go-md2man parsing * Add example how to retrieve autoyast schema rng files * Make code python prior version 3.6 compatible and better show validation errors * Fix logic error * Fix typo * Always run both checks OBS-URL: https://build.opensuse.org/request/show/905340 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/autoyast_xml_validator?expand=0&rev=7
17 lines
639 B
Plaintext
17 lines
639 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="url">git@github.com:watologo1/autoyast_xml_validator.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">HEAD</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git%h</param>
|
|
</service>
|
|
<service name="set_version" mode="localonly"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|