Skip to content

Commit

Permalink
Post-migration renaming (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Oct 10, 2024
1 parent 66bc8ee commit a9cd832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![postgresql-12-build](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-12-build.yml/badge.svg)](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-12-build.yml) [![postgresql-13-build](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-13-build.yml/badge.svg)](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-13-build.yml) [![postgresql-14-build](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-14-build.yml/badge.svg)](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-14-build.yml) [![postgresql-15-build](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-15-build.yml/badge.svg)](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-15-build.yml) [![postgresql-16-build](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-16-build.yml/badge.svg)](https://github.com/Percona-Lab/percona_pg_telemetry/actions/workflows/postgresql-16-build.yml)
[![postgresql-12-build](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-12-build.yml/badge.svg)](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-12-build.yml) [![postgresql-13-build](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-13-build.yml/badge.svg)](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-13-build.yml) [![postgresql-14-build](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-14-build.yml/badge.svg)](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-14-build.yml) [![postgresql-15-build](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-15-build.yml/badge.svg)](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-15-build.yml) [![postgresql-16-build](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-16-build.yml/badge.svg)](https://github.com/percona/percona_pg_telemetry/actions/workflows/postgresql-16-build.yml)

# Percona Telemetry Extension for PostgreSQL

Expand Down Expand Up @@ -92,10 +92,10 @@ To build `percona_pg_telemetry` from source code, you require the following:
* postgresql-devel | postgresql-server-dev-all


You can download the source code of the latest release of `percona_pg_telemetry` from [the releases page on GitHub](https://github.com/Percona-Lab/percona_pg_telemetry/releases) or using git:
You can download the source code of the latest release of `percona_pg_telemetry` from [the releases page on GitHub](https://github.com/percona/percona_pg_telemetry/releases) or using git:

```
git clone git://github.com/Percona-Lab/percona_pg_telemetry.git
git clone git://github.com/percona/percona_pg_telemetry.git
```

Compile and install the extension
Expand Down
2 changes: 1 addition & 1 deletion percona-packaging/rpm/pg-percona-telemetry.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version: @@VERSION@@
Release: %{rpm_release}%{?dist}
License: PostgreSQL
Source0: percona-pg-telemetry%{pgrel}-%{version}.tar.gz
URL: https://github.com/Percona-Lab/percona_pg_telemetry
URL: https://github.com/percona/percona_pg_telemetry
BuildRequires: percona-postgresql%{pgrel}-devel
Requires: percona-telemetry-agent
Provides: percona-pg-telemetry%{pgrel}
Expand Down
2 changes: 1 addition & 1 deletion percona-packaging/scripts/pg_percona_telemetry_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ BRANCH="main"
INSTALL=0
RPM_RELEASE=1
DEB_RELEASE=1
GIT_REPO="https://github.com/Percona-Lab/percona_pg_telemetry.git"
GIT_REPO="https://github.com/percona/percona_pg_telemetry.git"
VERSION="1.0.0"
PG_RELEASE=16
PPG_REPO=ppg-16.2
Expand Down

0 comments on commit a9cd832

Please sign in to comment.