From 4dc05d929c0c6f71b166f03b8a683fbb9ecc9d20 Mon Sep 17 00:00:00 2001 From: Tushar Date: Wed, 21 Aug 2024 11:55:50 +0530 Subject: [PATCH] fix: resolve review comments --- custom_conf.py | 2 +- how-to/operating-launchpad.rst | 1 + how-to/porting-builders-to-newer-ubuntu-versions.rst | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_conf.py b/custom_conf.py index cf0bf5a..2814979 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -146,7 +146,7 @@ 'attachment:TranslationsSchema.dia', # needs update r'https://github\.com/canonical/fetch-service*', # private r'https://github\.com/canonical/fetch-operator*', # private - 'https://git.launchpad.net/charm-launchpad-buildd-image-modifier/tree/files/scripts/setup-ppa-buildd' # private + 'https://git.launchpad.net/charm-launchpad-buildd-image-modifier/tree/files/scripts/setup-ppa-buildd', # private ] # Pages on which to ignore anchors diff --git a/how-to/operating-launchpad.rst b/how-to/operating-launchpad.rst index fd6cd14..c7dca08 100644 --- a/how-to/operating-launchpad.rst +++ b/how-to/operating-launchpad.rst @@ -15,3 +15,4 @@ Operating Launchpad transfer-project-ownership create-bot-account porting-builders-to-newer-ubuntu-versions + diff --git a/how-to/porting-builders-to-newer-ubuntu-versions.rst b/how-to/porting-builders-to-newer-ubuntu-versions.rst index 9639d42..8030dac 100644 --- a/how-to/porting-builders-to-newer-ubuntu-versions.rst +++ b/how-to/porting-builders-to-newer-ubuntu-versions.rst @@ -37,13 +37,13 @@ There are following steps to porting builders to newer Ubuntu versions. Notes & Helpful links --------------------- -- With Ubuntu Noble, ``lxd`` is no longer a part of the base image and is pre-baked. Refer this `MP `_ that pre-bakes ``lxd`` if not available. `launchpad-buildd `_ uses ``lxd`` to run builds. +- With Ubuntu Noble, ``lxd`` is no longer a part of the base image and is pre-baked. Refer this `commit _ that pre-bakes ``lxd`` if not available. `launchpad-buildd `_ uses ``lxd`` to run builds. - `Setting up a user on QA staging `_ - `Debugging build farms `_ -- Charms can also be manually upgrade for a unit via: +- Charms can also be manually upgraded for a unit via: .. code-block:: sh