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>
|
2018-08-24 14:37:19 +02:00
|
|
|
<param name="revision">1.2.0</param>
|
|
|
|
<param name="version">1.2.0</param>
|
2017-03-15 14:08:05 +01:00
|
|
|
<param name="scm">git</param>
|
2018-03-08 09:49:23 +01:00
|
|
|
<param name="extract">rpm/product-builder.spec</param>
|
2017-03-15 14:08:05 +01:00
|
|
|
</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>
|