diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-07 11:16:50 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-07-23 16:05:28 +0300 |
| commit | 517d62e226f57fe6b899ce14d658fb6fa422d78c (patch) | |
| tree | 13e97f38b7a3bbe495946c6a0f2af18726a869b6 | |
| parent | 025e613198511a97a5a3997b3c512e6ab21b0db5 (diff) | |
| download | landau.one-517d62e226f57fe6b899ce14d658fb6fa422d78c.tar.gz landau.one-517d62e226f57fe6b899ce14d658fb6fa422d78c.zip | |
landau-linux: maintenance: Fix incomplete RC-version in the example
LANDAU-Linux RC stage is indicated by the version of the format 'l-rcX'.
Meanwhile the example lists them as just 'rcX', which is a bit misleading.
Fix that by adding the 'l-' prefix to the versions in the chapter 7.
Signed-off-by: Serge Semin <svsemin@unistemlab.com>
| -rw-r--r-- | landau-linux/maintenance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/landau-linux/maintenance.md b/landau-linux/maintenance.md index 0a0ac94..a8dd900 100644 --- a/landau-linux/maintenance.md +++ b/landau-linux/maintenance.md @@ -326,7 +326,7 @@ flowchart TD - Формируются первые общие сборки ядра 3. **Выпуск RC-версий** (например, `v7.0.l-rc1`) — RC-релизы делаются в GIT-ветке `landau-next` 4. **Тестирование** — длится до 7 недель (может быть меньше): - - Выпускаются RC-версии: `rc1`, `rc2`, `rc3` и т.д. + - Выпускаются RC-версии: `l-rc1`, `l-rc2`, `l-rc3` и т.д. 5. **Финальный релиз и отвод стабильной ветки**: - Выпускаем релиз `v7.0.l` - Создаём стабильную GIT-ветку **`landau-7.0.y`** на базе последнего релиза |
