From 45f3eb0132541201f036a242e628d8b35019e763 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 11 Dec 2023 12:35:58 +0000 Subject: [PATCH] Add the details on when the new step is necessary --- docs/usage/content-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/content-howto.md b/docs/usage/content-howto.md index 3566d187..d242eaf6 100644 --- a/docs/usage/content-howto.md +++ b/docs/usage/content-howto.md @@ -7,7 +7,7 @@ That is the aim of this page. Update one or more package repositories to a new version, then build new Kolla container images from those repositories. -* Add package repositories to update at [`package-repos`](https://github.com/stackhpc/stackhpc-release-train/blob/main/ansible/inventory/group_vars/all/package-repos) +* Add new pacakage repositories to update at [`package-repos`](https://github.com/stackhpc/stackhpc-release-train/blob/main/ansible/inventory/group_vars/all/package-repos) (If required e.g. new point release) * [Sync package repositories](content-workflows.md#syncing-package-repositories) (optional: runs nightly as a scheduled GitHub Action) * [Update Kayobe repository versions](content-workflows.md#updating-package-repository-versions-in-kayobe-configuration) * [Build & push Kolla container images](content-workflows.md#building-container-images)