Ubuntu PPA packages: disco is obsolete. Add focal.

release/4.3a0
Jose Luis Blanco-Claraco 2020-05-07 07:45:52 +02:00 committed by GitHub
parent b4eb0c233d
commit 51d18a0ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
set -e set -e
# List of distributions to create PPA packages for: # List of distributions to create PPA packages for:
LST_DISTROS=(xenial bionic disco eoan) LST_DISTROS=(xenial bionic eoan focal)
# Checks # Checks
# -------------------------------- # --------------------------------