Metrics dashboard and graph editor
.gitignore | ||
001-wrappers-grafana-cli.patch | ||
002-manpages.patch | ||
003-golang1.15.patch | ||
004-remove-goldenfiles-test.patch | ||
create_webpack_manifest.py | ||
distro-defaults.ini | ||
grafana.rpmlintrc | ||
grafana.spec | ||
Makefile | ||
README.md | ||
run_container_build.sh | ||
sources |
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
andgrafana-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 updatedistro-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