Skip to content

Commit

Permalink
doc/distributions: update and reformat distro list
Browse files Browse the repository at this point in the history
Make each distro a separate subchapter and
do not use bulleted list. The list was interrupted
with code blocks which messed up the formatting.

Also update the list to represent current state.

Change-Id: Ia50e0378e8e005b046f8cdb4c0caee2a355edab3
Signed-off-by: Karol Latecki <[email protected]>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16661
Reviewed-by: Konrad Sztyber <[email protected]>
Reviewed-by: Krzysztof Karas <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Jim Harris <[email protected]>
  • Loading branch information
karlatec authored and ksztyber committed May 10, 2023
1 parent ceefb46 commit 82f5d0f
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions doc/distributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs (see [status](https://ci.spdk.io) as a reference).

## Linux distributions {#linux_list}

* Fedora: Trying to follow new release as per the release cycle whenever possible.
### Fedora

Trying to follow new release as per the release cycle whenever possible.

```list
- autobuild-vg-autotest
Expand All @@ -40,29 +42,36 @@ Fedora may vary. In the future these will be aligned with the
- vhost-autotest
```

* Ubuntu: Last two LTS releases. Currently `18.04` and `20.04`.
### Ubuntu

Last two LTS releases. Currently `20.04` and `22.04`.

```list
- ubuntu18-vg-autotest
- ubuntu20-vg-autotest
- ubuntu22-vg-autotest
```

* CentOS: Maintained releases. Currently `7.9`. Centos 8.3 is only used for testing on 22.01.x branch.
### CentOS

Maintained releases. Currently `7.9`.

```list
- centos7-vg-autotest
- centos8-vg-autotest
```

* Rocky Linux: Last release. Currently `8.6`. CentOS 8 replacement.
### Rocky Linux

Last release. Currently `8.6`. CentOS 8 replacement.

```list
- rocky8-vg-autotest
```

## FreeBSD distributions {#freebsd_list}

* FreeBSD: Production release. Currently `12.2`.
### FreeBSD

Production release. Currently `12.2`

```list
- freebsd-vg-autotest
Expand Down

0 comments on commit 82f5d0f

Please sign in to comment.