From f4b9af765257e121a1c01db2b207db8723c92754 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 11 Dec 2023 11:51:36 +0000 Subject: [PATCH] Add a step needs to be done before syncing package repo --- docs/usage/content-howto.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/content-howto.md b/docs/usage/content-howto.md index ef5b161e..3566d187 100644 --- a/docs/usage/content-howto.md +++ b/docs/usage/content-howto.md @@ -7,6 +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) * [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)