- Update plugin to version 1.0.10 to fix compatibilty issues with newer Grafana versions as the plugin stopped working on Grafana versions higher than v6.7.x. https://github.com/Vonage/Grafana_Status_panel/pull/161 OBS-URL: https://build.opensuse.org/request/show/900782 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana-status-panel?expand=0&rev=5
18 lines
645 B
Plaintext
18 lines
645 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/Vonage/grafana_status_panel.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="exclude">.editorconfig</param>
|
|
<param name="versionformat">1.0.10</param>
|
|
<param name="revision">v1.0.10</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">grafana_status_panel-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">grafana_status_panel</param>
|
|
</service>
|
|
</services>
|