2022-01-26 20:27:27 +00:00
|
|
|
<services>
|
2024-05-02 21:47:37 +00:00
|
|
|
<service name="obs_scm" mode="manual">
|
2022-01-26 20:27:27 +00:00
|
|
|
<param name="url">https://github.com/rancher/rke2-selinux</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="exclude">.git</param>
|
2024-05-02 21:47:37 +00:00
|
|
|
<param name="revision">v0.18.stable.1</param>
|
2022-01-26 20:27:27 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
2024-05-02 21:47:37 +00:00
|
|
|
<param name="match-tag">*stable*</param>
|
2022-01-26 20:27:27 +00:00
|
|
|
</service>
|
2024-05-02 21:47:37 +00:00
|
|
|
<service name="set_version" mode="manual">
|
2022-01-26 20:27:27 +00:00
|
|
|
</service>
|
2024-05-02 21:47:37 +00:00
|
|
|
<service name="tar" mode="buildtime"/>
|
|
|
|
<service name="recompress" mode="buildtime">
|
2022-01-26 20:27:27 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|