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