Accepting request 583279 from security:logging

server:monitoring seems to be a better place for grafana then security:logging.

OBS-URL: https://build.opensuse.org/request/show/583279
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=1
This commit is contained in:
2018-03-07 10:11:57 +00:00
committed by Git OBS Bridge
commit f504c80fe4
10 changed files with 2454 additions and 0 deletions

13
_service Normal file
View File

@@ -0,0 +1,13 @@
<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">5.0.0</param>
<param name="revision">v5.0.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">grafana</param>
</service>
</services>