Accepting request 786027 from home:ojkastl_buildservice:Branch_grafana

update to 6.6.2; use go_modules service to provide dependencies in vendor.tar.gz; BuildRequires go1.14 to build successfully; adjust Makefile and README to current requirements for 6.6.2 (npm12, not npm10);adjust Makefile to fully work with new file names

OBS-URL: https://build.opensuse.org/request/show/786027
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=30
This commit is contained in:
Witek Bedyk
2020-03-19 08:58:44 +00:00
committed by Git OBS Bridge
parent 89794e01f3
commit 19ad1a3209
9 changed files with 96 additions and 20 deletions

View File

@@ -3,11 +3,18 @@
<param name="url">https://github.com/grafana/grafana</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">6.4.3</param>
<param name="revision">v6.4.3</param>
<param name="versionformat">6.6.2</param>
<param name="revision">v6.6.2</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-6.6.2.tar.gz</param>
</service>
</services>