From e02b6cc230a94b68c39d223e0ff4465e5942373c Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 12 Feb 2025 12:40:47 +0100 Subject: [PATCH] Move https://git.postgresql.org/git/pgapt.git to https://salsa.debian.org/postgresql/apt.postgresql.org.git Mostly because then we have a place to put the issues from https://redmine.postgresql.org/projects/pgapt/issues when redmine is decommissioned. --- debian/control | 4 ++-- jenkins/pgapt-jobs.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 6a8f258..20ba69b 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian PostgreSQL Maintainers Standards-Version: 4.7.0 Build-Depends: debhelper (>= 13~) -Vcs-Browser: https://git.postgresql.org/gitweb/?p=pgapt.git -Vcs-Git: https://git.postgresql.org/git/pgapt.git +Vcs-Browser: https://salsa.debian.org/postgresql/apt.postgresql.org +Vcs-Git: https://salsa.debian.org/postgresql/apt.postgresql.org.git Homepage: https://apt.postgresql.org/ Package: pgdg-buildenv diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 0977083..9b1cad2 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -682,7 +682,7 @@ - job: name: apt.postgresql.org - description: 'Update apt.postgresql.org (pgapt.git) checkout on build hosts' + description: 'Update apt.postgresql.org checkout on build hosts' project-type: matrix workspace: '$HOME/apt.postgresql.org' child-workspace: . @@ -690,7 +690,7 @@ - axis: *all_nodes_axis scm: &scm_pgapt - git: - url: https://git.postgresql.org/git/pgapt.git + url: https://salsa.debian.org/postgresql/apt.postgresql.org.git branches: - master shallow-clone: true @@ -1428,7 +1428,7 @@ - project: name: pgdg-buildenv - git-url: https://git.postgresql.org/git/pgapt.git + git-url: https://salsa.debian.org/postgresql/apt.postgresql.org.git jobs: - git-packages -- 2.39.5