Skip to content

Commit

Permalink
PMM-13487 Rename percona-victoriametrics to pmm-victoriametrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 1, 2024
1 parent d9a4e09 commit d8f0268
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/ansible/roles/pmm-images/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
yum:
name:
- percona-grafana
- percona-victoriametrics
- pmm-victoriametrics
- pmm-qan-api
- percona-dashboards
- pmm-managed
Expand Down
7 changes: 4 additions & 3 deletions build/local/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Options:
--update-only Just fetch the latest changes from the repo and exit
--client-only Build only PMM Client (client binaries + docker)
--no-client Do not build PMM Client (this will use local cache)
--no-client-docker Do not build PMM Client docker image (default)
--no-client-docker Do not build PMM Client docker image
--log-file <path> Save build logs to a file located at <path> (defaults to $PWD/build.log)
Note: the log file will get reset on every subsequent run
--release-build Make it a release build (otherwise it's a feature build)
--release-build Make it a release, or release candidate build (otherwise it's a feature build)
-d --debug Turn on a more verbose output mode, useful for troubleshooting
-h --help Display help
Expand All @@ -29,7 +29,7 @@ parse_params() {
NO_UPDATE=0
UPDATE_ONLY=0
NO_CLIENT=0
NO_CLIENT_DOCKER=1
NO_CLIENT_DOCKER=0
NO_SERVER=0
START_TIME=$(date +%s)
LOG_FILE="$(dirname $0)/build.log"
Expand Down Expand Up @@ -97,6 +97,7 @@ parse_params() {
;;
--debug | -d)
DEBUG_MODE=1
set -o xtrace
;;
--help | -h)
usage
Expand Down
2 changes: 1 addition & 1 deletion build/packages/rpm/server/SPECS/victoriametrics.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global provider github.com/VictoriaMetrics/%{repo}
%global commit pmm-6401-v1.93.4

Name: percona-victoriametrics
Name: pmm-victoriametrics
Version: 1.93.4
Release: 2%{?dist}
Summary: VictoriaMetrics monitoring solution and time series database
Expand Down

0 comments on commit d8f0268

Please sign in to comment.