SHA256
1
0
forked from pool/virtme
Files
virtme/_service
Michal Suchanek 9fde5121de - Update to 1.40:
* No significant change, this is just a very small hotfix release
    to solve a packaging problem introduced by a conflict with the
    new vng-mcp tool.
  * While at it, there're also some small improved hints in the MCP
    server, so that AI agents can better understand how to build
    the kernel using vng --build.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtme?expand=0&rev=68
2025-12-08 09:49:42 +00:00

19 lines
649 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<param name="url">https://github.com/arighi/virtme-ng.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">v1.40</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version" />
</services>