From ad4ab2cf25832267d8a8462dff7a32b20e735b58 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 8 Oct 2023 11:53:46 -0500 Subject: [PATCH] Remove the Partners repository as an option. --- common/modules/automirror/main.py | 9 +-------- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/common/modules/automirror/main.py b/common/modules/automirror/main.py index 3b05a96..6f4f8a8 100644 --- a/common/modules/automirror/main.py +++ b/common/modules/automirror/main.py @@ -74,14 +74,7 @@ deb http://security.ubuntu.com/ubuntu CODENAME-security multiverse ## that software in Backports WILL NOT receive any review or updates from the ## Ubuntu security team. deb URL/ubuntu/ CODENAME-backports main restricted universe multiverse -# deb-src URL/ubuntu/ CODENAME-backports main restricted universe multiverse - -## Uncomment the following two lines to add software from Canonical's -## "partner" repository. -## This software is not part of Ubuntu, but is offered by Canonical and the -## respective vendors as a service to Ubuntu users. -# deb http://archive.canonical.com/ubuntu CODENAME partner -# deb-src http://archive.canonical.com/ubuntu CODENAME partner""" +# deb-src URL/ubuntu/ CODENAME-backports main restricted universe multiverse""" SUBDOMAINS_BY_COUNTRY_CODE = {"US": "us.", "AU": "au.", diff --git a/debian/changelog b/debian/changelog index 387d332..9ca5000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:23.10.4) UNRELEASED; urgency=medium + + * Remove the Partners repository as an option. + + -- Simon Quigley Sun, 08 Oct 2023 11:53:28 -0500 + calamares-settings-ubuntu (1:23.10.3) mantic; urgency=medium * No-change rebuild.