Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-migration renaming #19

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading