forked from pool/pacemaker
22 lines
677 B
Plaintext
22 lines
677 B
Plaintext
|
<services>
|
||
|
<service name="tar_scm">
|
||
|
<param name="scm">git</param>
|
||
|
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||
|
<param name="package-meta">yes</param>
|
||
|
<!--
|
||
|
To update to a new release, change "revision" to the desired
|
||
|
git commit hash and bump "version" if necessary
|
||
|
-->
|
||
|
<param name="exclude">.git</param>
|
||
|
<param name="versionformat">1.1.10+git%cd.%h</param>
|
||
|
<param name="revision">e5e37b5a21d82b01bf0d8d69c60a93eef3d06528</param>
|
||
|
</service>
|
||
|
|
||
|
<service name="recompress">
|
||
|
<param name="file">*pacemaker*.tar</param>
|
||
|
<param name="compression">bz2</param>
|
||
|
</service>
|
||
|
|
||
|
<service name="set_version"/>
|
||
|
</services>
|