diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-07 11:16:50 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <ddrokosov@salutedevices.com> | 2026-07-08 13:40:48 +0300 |
| commit | f9792b0097634c82fd23ca0a46c334afcf6260ca (patch) | |
| tree | 7add7d061095672407b1d0f9ca398208994c475d | |
| parent | e654870efe373dc62f4dd8072364cbae16edc343 (diff) | |
| download | landau.one-f9792b0097634c82fd23ca0a46c334afcf6260ca.tar.gz landau.one-f9792b0097634c82fd23ca0a46c334afcf6260ca.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 4151650..04a51e9 100644 --- a/landau-linux/maintenance.md +++ b/landau-linux/maintenance.md @@ -257,7 +257,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`** на базе последнего релиза |
