2017-07-26 21:28:14 +00:00
|
|
|
<services>
|
2023-02-24 21:51:07 +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>
|
2024-02-11 19:28:12 +00:00
|
|
|
|
2021-07-12 17:20:31 +00:00
|
|
|
<!--
|
|
|
|
Use this for non rc candidates, -rc is not allowed
|
2022-12-30 20:20:50 +00:00
|
|
|
-->
|
2024-02-11 19:28:12 +00:00
|
|
|
<param name="versionformat">2.22.0.rc.1.0+git.ad314ee</param>
|
|
|
|
<!--
|
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
|
2021-09-13 07:26:20 +00:00
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2024-02-11 19:28:12 +00:00
|
|
|
-->
|
2021-04-19 17:40:19 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
2017-07-26 21:28:14 +00:00
|
|
|
</service>
|
2023-02-24 21:51:07 +00:00
|
|
|
<service name="set_version" mode="localonly"/>
|
2021-07-12 17:20:31 +00:00
|
|
|
<service name="tar" mode="buildtime"/>
|
2023-02-24 21:51:07 +00:00
|
|
|
<service name="recompress" mode="buildtime">
|
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>
|