From bb440b7d9bf617f1c80a78b9d8c467ec9a37cef2 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 17 Oct 2019 12:22:49 -0500 Subject: [PATCH] Make sure we document that we usually also remove old releases. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e52563..088e3d4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ After the codename is announced and `base-files` is uploaded: 1. Someone with access to GitHub should update the default branches for the mirrored repositories. 1. Update the CI to enable builds for the new release: 1. In [ci.conf](https://phab.lubuntu.me/source/ci-metadata/browse/master/ci.conf): - 1. Add the new codename to the `releases` list. + 1. Add the new codename to the `releases` list, and remove old releases if necessary. 1. Change `default_branch` to the branch you just created above. 1. Evaluate overrides for the aforementioned variables and season to taste. 1. Run [jobgenerator](https://ci.lubuntu.me/job/jobgenerator/) and then look over the builds triggered. Did you miss a step?