864db64eae
* man: replace votequorum_poll for actually used fn * qnetd: sort by node_id when add new client * man: adjust description about interface section * qnetd: Simplify KAP Tie-breaker logic * qnetd: Fix NULL dereference of client * man: votequorum.5: use proper single quotes * tests: Use CS_DISPATCH_BLOCKING instead of cycle * totemsrp: Move token received callback * common_lib: Remove trailing spaces in cs_strerror * totemsrp: More informative messages - Remove patches: bug-1166899-quorumtool-Fix-exit-status-codes.patch bug-1163460-totemip-Add-support-for-sin6_scope_id.patch OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=179
22 lines
685 B
Plaintext
22 lines
685 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://github.com/corosync/corosync.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">corosync</param>
|
|
<param name="versionformat">2.4.5+git@TAG_OFFSET@.%h</param>
|
|
<param name="revision">needle</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">corosync*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<!--
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">corosync</param>
|
|
</service>
|
|
-->
|
|
</services>
|
|
|