31842683d4
- Update to version 2.0.1+20190304.1ac166cd3: - build: Update pkgconfig files for libpe. - libp-i: Add a pkgconfig file for libp-i. - libs: Rename libpengine to libpacemaker-internal. - tools: Add new validate options to crm_resource. - Add HealthIOWait provider which checks hosts's IOWait - tools: crm_resource --clear should print out what it does - Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1): - libcrmcommon: complete interrupted live migrations correctly - Update to version 2.0.0+20190225.22ee9a769: - scheduler: skip all native constraints for unmanaged resources - scheduler: sort nodes when creating constraints - Update to version 2.0.0+20190130.57cc9c14b: - CTS: really don't require nodes to be specified if listing tests (bsc#1114840) - controller: really avoid closing attrd IPC for temporary failures - controller: clear election dampening when DC is lost OBS-URL: https://build.opensuse.org/request/show/682416 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=320
25 lines
775 B
Plaintext
25 lines
775 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">2.0.1</param>
|
|
-->
|
|
<param name="versionformat">2.0.1+%cd.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*pacemaker*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|