23 lines
757 B
Plaintext
23 lines
757 B
Plaintext
|
<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">0.7</param>
|
||
|
<param name="revision">85c07c656198204c4056e1984779fde98b00ba39</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>
|