From eb709ac9427c5569a0ce02b6f36312ddccf2a319 Mon Sep 17 00:00:00 2001 From: jgoutin Date: Thu, 30 Apr 2020 17:18:10 +0200 Subject: [PATCH] Update OS information in documentation and mark Ubuntu 20.04 as LTS --- deployment/azure-pipelines.yml | 6 +++--- doc/drm_library_installation.rst | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deployment/azure-pipelines.yml b/deployment/azure-pipelines.yml index 91fc148c..2870b266 100644 --- a/deployment/azure-pipelines.yml +++ b/deployment/azure-pipelines.yml @@ -194,12 +194,12 @@ stages: Ubuntu LTS 18.04: osName: ubuntu osVersion: "18.04" + Ubuntu LTS 20.04: + osName: ubuntu + osVersion: "20.04" Ubuntu 19.10: osName: ubuntu osVersion: "19.10" - Ubuntu 20.04: - osName: ubuntu - osVersion: "20.04" variables: # Docker commands shortcuts diff --git a/doc/drm_library_installation.rst b/doc/drm_library_installation.rst index 06acc0df..7259e461 100644 --- a/doc/drm_library_installation.rst +++ b/doc/drm_library_installation.rst @@ -15,11 +15,12 @@ tests: * RHEL/Centos 7 * Ubuntu 18.04 LTS Bionic -* Ubuntu 16.04 LTS Xenial Following OS are minimally tested only (without hardware): * RHEL/Centos 8 +* Ubuntu 16.04 LTS Xenial +* Ubuntu 20.04 LTS Focal * Fedora (2 latest stable versions) * Ubuntu (2 latest stable versions) * Debian 10 Buster