- pengine: Suppress assert if a stateful clone is not being demoted/stopped (bsc#971129) - attrd: If a value of dampen is a negative number, attrd outputs warn log. - PE: Correctly handle the ordering of demote actions for failed and moving containers - Upstream version cs: c630c537dd51ec954482b6332662d38a6fb886e8 OBS-URL: https://build.opensuse.org/request/show/373899 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=236
24 lines
766 B
Plaintext
24 lines
766 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/ClusterLabs/pacemaker.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="version">1.1.14</param>
|
|
-->
|
|
<param name="versionformat">1.1.14+git%cd.%h</param>
|
|
<param name="revision">c630c537dd51ec954482b6332662d38a6fb886e8</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>
|