libpsm2/_service

23 lines
760 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/01org/opa-psm2.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<!--
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
<param name="versionformat">1.1.13+git%cd.%h</param>
-->
<param name="version">10.2.2</param>
<param name="revision">7dec1ba420c56ae4affe9a0b901781423be40925</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*pacemaker*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled"/>
</services>