Skip to content

Commit

Permalink
PMM-13197 Update scripts to stop using deprecated repos. (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan authored Jul 24, 2024
1 parent 320d515 commit 3d753a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ansible/roles/pmm2-images/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
yum:
name: "*"
state: latest
disablerepo: percona-release-x86_64
disablerepo: pmm2-server

- name: Packages | Install OS tools for EL7
when:
Expand Down
2 changes: 1 addition & 1 deletion build/packer/pmm2.el9.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"single_disk": "false",
"pmm2_server_repo": "testing",
"pmm_client_repos": "pmm2-client testing",
"pmm_client_repo_name": "percona-testing-x86_64"
"pmm_client_repo_name": "pmm2-client-testing-x86_64"
},
"builders": [
{
Expand Down

0 comments on commit 3d753a9

Please sign in to comment.