5843cd47b1
Update to v7.0.1 OBS-URL: https://build.opensuse.org/request/show/810636 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=41
21 lines
715 B
Plaintext
21 lines
715 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/grafana/grafana</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">7.0.1</param>
|
|
<param name="revision">v7.0.1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">grafana*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">grafana</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="archive">grafana-7.0.1.tar.gz</param>
|
|
</service>
|
|
</services>
|