From 4ad557172cdd9cd7b5ee37a0105927ed91572801 Mon Sep 17 00:00:00 2001 From: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com> Date: Fri, 2 Jul 2021 19:21:20 +0530 Subject: [PATCH] Emphasize on the extra care needed for package base-files Because base-files is important as in it contains all the necessary metadata pertaining to the release, ensure that it is built proper. Signed-off-by: Ritesh Raj Sarraf <ritesh.sarraf@collabora.com> --- content/guides/apertis_release_process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/guides/apertis_release_process.md b/content/guides/apertis_release_process.md index c2ab117f3..a5bde70e4 100644 --- a/content/guides/apertis_release_process.md +++ b/content/guides/apertis_release_process.md @@ -135,6 +135,8 @@ Host images.apertis.org * Set the protection settings onto all `apertis/*` branches, which were unprotected in the initial release steps * Manually branch the [base-files](https://gitlab.apertis.org/pkg/base-files/) package, after the new docker images have been built. * This step should automatically update the release specific attributes in the new package and auto propose the changes through a new merge request + * Validate the newly created pipeline ensuring that it generates the right set of changes with respect to the new release. + * Validate the new package is built proper and pushed to OBS and the APT repositories ## Build Suffix -- GitLab