Marius Kittler
9f57c13df3
Disable changelog autogeneration. The result is too long and not useful most of the times. OBS-URL: https://build.opensuse.org/request/show/1223914 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=138
18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/grafana/grafana</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v11.3.0</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">grafana*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">grafana</param>
|
|
</service>
|
|
</services>
|