From 69e58f2776fb9b75fcad1fdc3c5783a25c032a35 Mon Sep 17 00:00:00 2001 From: Wesley Hershberger Date: Wed, 18 Mar 2026 11:49:19 -0500 Subject: [PATCH 1/2] Update people.canonical.com links for update_excuses As the old service is being decomissioned. Signed-off-by: Wesley Hershberger --- britney2/policies/email.py | 2 +- britney2/policies/sruadtregression.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/policies/email.py b/britney2/policies/email.py index 6962674..9feb468 100644 --- a/britney2/policies/email.py +++ b/britney2/policies/email.py @@ -41,7 +41,7 @@ It has been stuck in {series}-proposed for {age} day{plural}. You either sponsored or uploaded this package, please investigate why it hasn't been approved for migration. -http://people.canonical.com/~ubuntu-archive/proposed-migration/{series}/update_excuses.html#{source_name} +https://ubuntu-archive-team.ubuntu.com/proposed-migration/{series}/update_excuses.html#{source_name} https://wiki.ubuntu.com/ProposedMigration diff --git a/britney2/policies/sruadtregression.py b/britney2/policies/sruadtregression.py index 6fa8985..a4f39d8 100644 --- a/britney2/policies/sruadtregression.py +++ b/britney2/policies/sruadtregression.py @@ -22,7 +22,7 @@ The following regressions have been reported in tests triggered by the package: Please visit the excuses page listed below and investigate the failures, proceeding afterwards as per the StableReleaseUpdates policy regarding autopkgtest regressions [1]. -https://people.canonical.com/~ubuntu-archive/proposed-migration/{series_name}/update_excuses.html#{source_name} +https://ubuntu-archive-team.ubuntu.com/proposed-migration/{series_name}/update_excuses.html#{source_name} [1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions From 68d62488250e0c1d8ae0347aba084d093feefc46 Mon Sep 17 00:00:00 2001 From: Wesley Hershberger Date: Wed, 18 Mar 2026 11:53:19 -0500 Subject: [PATCH 2/2] Replace wiki.ubuntu.com links with Ubuntu Project docs Signed-off-by: Wesley Hershberger --- britney2/policies/email.py | 2 +- britney2/policies/sruadtregression.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/policies/email.py b/britney2/policies/email.py index 9feb468..817e836 100644 --- a/britney2/policies/email.py +++ b/britney2/policies/email.py @@ -43,7 +43,7 @@ You either sponsored or uploaded this package, please investigate why it hasn't https://ubuntu-archive-team.ubuntu.com/proposed-migration/{series}/update_excuses.html#{source_name} -https://wiki.ubuntu.com/ProposedMigration +https://documentation.ubuntu.com/project/how-ubuntu-is-made/processes/proposed-migration/ If you have any questions about this email, please ask them in #ubuntu-release channel on libera.chat. diff --git a/britney2/policies/sruadtregression.py b/britney2/policies/sruadtregression.py index a4f39d8..035cd2b 100644 --- a/britney2/policies/sruadtregression.py +++ b/britney2/policies/sruadtregression.py @@ -24,7 +24,7 @@ Please visit the excuses page listed below and investigate the failures, proceed https://ubuntu-archive-team.ubuntu.com/proposed-migration/{series_name}/update_excuses.html#{source_name} -[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions +[1] https://documentation.ubuntu.com/project/SRU/howto/autopkgtest-failure/ Thank you! """ # noqa:E501