Metrics dashboard and graph editor
Go to file
Petr Šabata da782a8237 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/grafana#fa4f56cd7cde56d3cb3318f12605d3776b62dd5c
2020-10-15 09:44:39 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
001-wrappers-grafana-cli.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
002-manpages.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
003-golang1.15.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
004-remove-goldenfiles-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
create_webpack_manifest.py RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
distro-defaults.ini RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
grafana.rpmlintrc RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
grafana.spec RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
Makefile RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
run_container_build.sh RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:44:39 +02:00

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