canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #07625
[Merge] ~paride/autopkgtest-cloud:disable-apt-news into autopkgtest-cloud:master
Paride Legovini has proposed merging ~paride/autopkgtest-cloud:disable-apt-news into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~paride/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/487563
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~paride/autopkgtest-cloud:disable-apt-news into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker-config-production/setup-canonical.sh b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker-config-production/setup-canonical.sh
index 9400e0f..c48f812 100644
--- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker-config-production/setup-canonical.sh
+++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker-config-production/setup-canonical.sh
@@ -26,3 +26,6 @@ fi
if grep -q lz4 /etc/initramfs-tools/initramfs.conf; then
echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4
fi
+
+# workaround for https://github.com/canonical/ubuntu-pro-client/issues/3466
+systemctl disable --now apt-news.service
Follow ups