forked from pool/hawk2
* Fix: cibtools: adjust to the new cibadmin format (bsc#1228106) * Test: extend the test_check_cluster_configuration (ped#8036,ped#8016,ped#8260,ped#8249) * Update the drop-down boxes in the Cluster Configuration (ped#8036,ped#8016,ped#8260,ped#8249) * Increase the test delays back, as they were before * Add test_check_cluster_configuration for 15aee3b2 (ped#8036,ped#8016,ped#8260,ped#8249) * Use crm_attribute --list-options (ped#8036,ped#8016,ped#8260,ped#8249) * Check rsc stonith is in maintenance by either of 2 keywords OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/hawk2?expand=0&rev=278
21 lines
657 B
Plaintext
21 lines
657 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/ClusterLabs/hawk.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">hawk2</param>
|
|
<param name="versionformat">2.6.5+git.%ct.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">hawk2*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">hawk2</param>
|
|
</service>
|
|
</services>
|