2017-03-15 14:08:05 +01:00
|
|
|
<services>
|
2017-04-11 17:20:56 +02:00
|
|
|
<service name="obs_scm">
|
2017-03-15 14:08:05 +01:00
|
|
|
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
|
|
|
<param name="versionprefix">1.0~pre</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
</service>
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2017-04-11 17:20:56 +02:00
|
|
|
<service mode="buildtime" name="set_version"/>
|
2017-03-15 14:08:05 +01:00
|
|
|
</services>
|