Metrics dashboard and graph editor
Go to file
DistroBaker c575dacba4 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/grafana.git#111fbc27f0d9314da0a44524fdb7172c43853bff
2020-11-04 23:11:24 +01:00
.gitignore Merged update from upstream sources 2020-11-04 23:11:24 +01:00
001-login-oauth-use-oauth2-exchange.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
002-remove-jaeger-tracing.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
003-manpages.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
004-wrappers-grafana-cli.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
005-pkg-main-fix-import-paths.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
006-pkg-setting-ini-default-section.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
007-pkg-prometheus-client-query-range.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
008-pkg-services-notifications-codes-Unknwon.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
009-pkg-fix-xorm-import.patch Merged update from upstream sources 2020-11-04 23:11:24 +01:00
README.md Merged update from upstream sources 2020-11-04 23:11:24 +01:00
distro-defaults.ini Merged update from upstream sources 2020-11-04 23:11:24 +01:00
grafana.rpmlintrc Merged update from upstream sources 2020-11-04 23:11:24 +01:00
grafana.spec Merged update from upstream sources 2020-11-04 23:11:24 +01:00
list_bundled_nodejs_packages.py Merged update from upstream sources 2020-11-04 23:11:24 +01:00
list_go_buildrequires.sh Merged update from upstream sources 2020-11-04 23:11:24 +01:00
make_grafana_webpack.sh Merged update from upstream sources 2020-11-04 23:11:24 +01:00
run_container_build.sh Merged update from upstream sources 2020-11-04 23:11:24 +01:00
sources Merged update from upstream sources 2020-11-04 23:11:24 +01: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
  • download source tarball and create webpack: ./make_grafana_webpack.sh X.Y.Z
  • update golang buildrequires: ./list_go_buildrequires.sh grafana-X.Y.Z and replace the old golang BuildRequires: with the new ones
  • update nodejs provides: ./list_bundled_nodejs_packages.py grafana-X.Y.Z and replace the old nodejs Provides: with the new ones
  • 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
  • install all new golang build dependencies: sudo dnf builddep grafana.spec and create packages for missing dependencies
  • run local build: rpkg local, and if any patches fail, update them accordingly
  • run rpm linter: rpkg lint
  • run local builds with different OS versions: ./run_container_build.sh version (place not yet published dependencies in the deps/ directory)
  • run a scratch build: fedpkg scratch-build --srpm