2018-10-18 08:39:25 +00:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/LINBIT/linstor-api-py</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">linstor-api-py</param>
|
|
|
|
<!--
|
|
|
|
build service using release python-linstor atm.
|
2022-01-12 06:33:57 +00:00
|
|
|
<param name="version">1.12.0</param>
|
2018-10-18 08:39:25 +00:00
|
|
|
-->
|
2022-01-12 06:33:57 +00:00
|
|
|
<param name="versionformat">1.12.0+git.%h</param>
|
2018-10-18 08:39:25 +00:00
|
|
|
<param name="revision">master</param>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*python-linstor*.tar</param>
|
|
|
|
<param name="compression">gz</param>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service name="set_version" mode="disabled">
|
|
|
|
<param name="basename">python-linstor</param>
|
|
|
|
</service>
|
|
|
|
</services>
|