2023-02-21 21:56:05 +00:00
|
|
|
<services>
|
2024-08-21 11:08:03 +00:00
|
|
|
<service name="obs_scm" mode="manual">
|
2023-02-21 21:56:05 +00:00
|
|
|
<param name="url">https://github.com/proxmoxer/proxmoxer</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="exclude">.git</param>
|
2024-12-15 19:50:11 +00:00
|
|
|
<param name="revision">2.2.0</param>
|
2023-02-21 21:56:05 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
</service>
|
2024-08-21 11:08:03 +00:00
|
|
|
<service name="set_version" mode="manual">
|
2023-02-21 21:56:05 +00:00
|
|
|
<param name="basename">proxmoxer</param>
|
|
|
|
</service>
|
2024-08-21 11:08:03 +00:00
|
|
|
<!-- services below are running at buildtime -->
|
|
|
|
<service name="tar" mode="buildtime">
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="buildtime">
|
2023-02-21 21:56:05 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|