diff options
author | Christoph Berg | 2025-02-12 11:40:47 +0000 |
---|---|---|
committer | Christoph Berg | 2025-02-12 11:40:47 +0000 |
commit | e02b6cc230a94b68c39d223e0ff4465e5942373c (patch) | |
tree | e03e3658af509f58141955fb5914f860b7a92279 | |
parent | e77b048c8d79c7dd0cf86360c7b33078dec3698d (diff) |
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.
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | 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 <[email protected] Uploaders: Christoph Berg <[email protected]> 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 |