2017-03-15 14:08:05 +01:00
|
|
|
<services>
|
2017-04-27 11:52:49 +02:00
|
|
|
<service name="obs_scm" mode="disabled">
|
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>
|
2017-04-27 14:36:00 +02:00
|
|
|
<service mode="disabled" name="set_version"/>
|
2017-03-15 14:08:05 +01:00
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|