2024-11-14 13:14:06 +00:00
|
|
|
<services>
|
|
|
|
|
<service name="obs_scm" mode="manual">
|
|
|
|
|
<param name="url">https://github.com/pymag09/kubecui</param>
|
|
|
|
|
<param name="scm">git</param>
|
|
|
|
|
<param name="exclude">.git</param>
|
2025-04-03 09:05:21 +00:00
|
|
|
<param name="revision">1.0.3</param>
|
2024-11-14 13:14:06 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
|
</service>
|
|
|
|
|
<service name="set_version" mode="manual">
|
|
|
|
|
</service>
|
|
|
|
|
<!-- services below are running at buildtime -->
|
|
|
|
|
<service name="tar" mode="buildtime">
|
|
|
|
|
</service>
|
|
|
|
|
<service name="recompress" mode="buildtime">
|
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
|
</service>
|
|
|
|
|
</services>
|