forked from pool/combustion
* Add basic automated testing * Don't wait for other config sources if combustion.url is set * Improve documentation for config sources a bit * Stop gpg-agent before umounting /sysroot OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=65
16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/openSUSE/combustion.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|