2017-07-26 23:28:14 +02:00
|
|
|
<services>
|
2021-07-12 19:20:31 +02:00
|
|
|
<service name="obs_scm" mode="localonly">
|
2017-07-26 23:28:14 +02:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">https://github.com/redhat-performance/tuned</param>
|
2021-07-12 19:20:31 +02:00
|
|
|
<!--
|
|
|
|
Use this for non rc candidates, -rc is not allowed
|
2022-03-15 13:23:52 +01:00
|
|
|
<param name="versionformat">2.15.0+git.%h</param>
|
2021-09-13 09:26:20 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
2022-03-15 13:23:52 +01:00
|
|
|
-->
|
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
2021-09-13 09:26:20 +02:00
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2021-04-19 19:40:19 +02:00
|
|
|
<param name="changesgenerate">enable</param>
|
2017-07-26 23:28:14 +02:00
|
|
|
</service>
|
2021-07-12 19:20:31 +02:00
|
|
|
<service mode="localonly" name="set_version"/>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
|
|
|
<service mode="buildtime" name="recompress">
|
2017-07-26 23:28:14 +02:00
|
|
|
<param name="compression">xz</param>
|
2021-04-19 19:40:19 +02:00
|
|
|
<param name="file">*.tar</param>
|
2017-07-26 23:28:14 +02:00
|
|
|
</service>
|
|
|
|
</services>
|