diff --git a/doc/xml/release.xml b/doc/xml/release.xml index feddd54ac..c6aeb93a3 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -223,6 +223,10 @@

Rename Perl tests so they don't conflict with their C counterparts.

+ + +

Update URL for Debian package repository.

+
diff --git a/test/lib/pgBackRestTest/Common/ContainerTest.pm b/test/lib/pgBackRestTest/Common/ContainerTest.pm index 59f5e17d2..ffa2374f0 100755 --- a/test/lib/pgBackRestTest/Common/ContainerTest.pm +++ b/test/lib/pgBackRestTest/Common/ContainerTest.pm @@ -561,7 +561,7 @@ sub containerBuild $strScript .= sectionHeader() . "# Install pgBackRest package source\n" . - " git clone https://anonscm.debian.org/git/pkg-postgresql/pgbackrest.git /root/package-src"; + " git clone https://salsa.debian.org/postgresql/pgbackrest.git /root/package-src"; # Build only when a new version has been specified if ($bPkgDevelCoverBuild)