2017-03-15 14:08:05 +01:00
|
|
|
<services>
|
2021-02-08 16:58:17 +01:00
|
|
|
<service name="obs_scm" mode="manual">
|
2017-03-15 14:08:05 +01:00
|
|
|
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
2021-03-15 13:26:52 +01:00
|
|
|
<param name="revision">1.3.3</param>
|
|
|
|
<param name="version">1.3.3</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>
|
2021-02-08 16:58:17 +01:00
|
|
|
<service mode="manual" 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>
|