grafana-pcp/README.md
Petr Šabata db076d76aa 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-pcp#691da46533b77603e7897133fc7e4d70ce62c284
2020-10-15 09:45:06 +02:00

21 lines
461 B
Markdown

# grafana-pcp
The grafana-pcp package
## Build instructions
```
VER=2.0.2
spectool -g grafana-pcp.spec
./create_dependency_bundle.sh grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
./check_npm_dependencies.py grafana-pcp.spec grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
fedpkg new-sources grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
fedpkg local
fedpkg lint
fedpkg mockbuild
fedpkg scratch-build --srpm
fedpkg build
fedpkg update
```