forked from pool/libqb
c799b3fc7b
- log: Filtering by function and file must match exactly, no substring matches - blackbox: Abort blackbox logging on ringbuffer overwrite reclaim error - ipcs: Api function allowing server to retrieve client connection's ipc buffer size - ringbuffer: Abort during chunk reclaim if OVERWRITE flag is set and reclaim fails. - blackbox: unique blackbox ringbuffer files per pid - ipc_socket: Fixes fd leak in socket ipc client disconnection - Detect the max signal value that can be used using NSIG macro - Avoid double-decrement of level->todo - Upstream version cs: b4c36efff8b91f287da87590911a01184243cf64 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=29
21 lines
662 B
Plaintext
21 lines
662 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://github.com/ClusterLabs/libqb.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="version">0.16.0</param>
|
|
<param name="revision">b4c36efff8b91f287da87590911a01184243cf64</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*libqb*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|