d17310628c
* fence_vmware_soap: fix Python 3 suds issue * Added python-novaclient and python-keystoneclient in configure.ac * novaclient 1.1 depcrecated, so making changes for novaclient * Python keystoneclient also included to pacify CI * Changed travis to include pythomn-novaclient * Fencing Agent for Openstack * fence_scsi: fix python3 encoding error #206 * fence_ipmilan: add missing fence_ilo3 and fence_ilo4 metadata * fence_scsi: match device names using re.MULTILINE to avoid duplicating names in /var/run/cluster/fence_scsi.dev * fence_gce: use default credentials from googleapiclient * run_command: fix Python 3 encoding issue - Drop merged patches: * Remove 0002-fence_gce-fix-regression-missing-import-googleapicli.patch * Remove 0003-fence_gce-fix-regression-missing-import-oauth2client.patch * Remove 0004-fence_gce-use-default-credentials-from-googleapiclie.patch * Remove0005-run_command-fix-Python-3-encoding-issue.patch OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=89
21 lines
683 B
Plaintext
21 lines
683 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">fence-agents</param>
|
|
<param name="versionformat">4.2.1+git.%ct.%h</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">fence-agents*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">fence-agents</param>
|
|
</service>
|
|
</services>
|