Metrics dashboard and graph editor
Go to file
Fedora Release Engineering fa4f56cd7c - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 03:20:29 +00:00
.gitignore update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
001-wrappers-grafana-cli.patch update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
002-manpages.patch update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
003-golang1.15.patch update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
004-remove-goldenfiles-test.patch update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
Makefile update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
README.md update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
create_webpack_manifest.py update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
distro-defaults.ini update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
grafana.rpmlintrc update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
grafana.spec - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild 2020-08-01 03:20:29 +00:00
run_container_build.sh update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00
sources update to upstream version 7.1.1 2020-07-30 18:09:47 +02:00

README.md

grafana

The grafana package

Upgrade instructions

(replace X.Y.Z with the new Grafana version)

  • update Version and %changelog in the specfile
  • create bundles and manifests: VER=X.Y.Z make
  • update specfile with contents of grafana-vendor-X.Y.Z.tar.gz.manifest and grafana-webpack-X.Y.Z.tar.gz.manifest
  • check if the default configuration has changed: diff grafana-X.Y.Z/conf/defaults.ini distro-defaults.ini and update distro-defaults.ini if necessary
  • run local build: rpkg local
  • run rpm linter: rpkg lint
  • run local builds with different OS versions: ./run_container_build.sh version
  • run a scratch build: fedpkg scratch-build --srpm
  • upload new source tarballs: fedpkg new-sources grafana-X.Y.Z.tar.gz grafana-vendor-X.Y.Z.tar.gz grafana-webpack-X.Y.Z.tar.gz