2017-03-15 13:08:05 +00:00
|
|
|
<services>
|
2021-02-08 15:58:17 +00:00
|
|
|
<service name="obs_scm" mode="manual">
|
2017-03-15 13:08:05 +00:00
|
|
|
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
2021-06-28 08:49:24 +00:00
|
|
|
<param name="revision">1.3.4</param>
|
|
|
|
<param name="version">1.3.4</param>
|
2017-03-15 13:08:05 +00:00
|
|
|
<param name="scm">git</param>
|
2018-03-08 08:49:23 +00:00
|
|
|
<param name="extract">rpm/product-builder.spec</param>
|
2017-03-15 13:08:05 +00:00
|
|
|
</service>
|
2021-02-08 15:58:17 +00:00
|
|
|
<service mode="manual" name="set_version"/>
|
2017-03-15 13:08:05 +00:00
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|