From 1ec8f67a443f80406d88237a8899eb46371f788c Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Fri, 3 Jan 2020 10:57:16 -0800 Subject: [PATCH] Add focal to list of distros Signed-off-by: Shane Loretz --- src/reprepro_updater/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reprepro_updater/conf.py b/src/reprepro_updater/conf.py index 7ef0f327..7ea59e63 100644 --- a/src/reprepro_updater/conf.py +++ b/src/reprepro_updater/conf.py @@ -35,7 +35,7 @@ ALL_DISTROS = ['hardy', 'jaunty', 'karmic', 'lucid', 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', 'trusty', 'utopic', 'vivid', 'wily', 'xenial', - 'yakkety', 'zesty', 'artful', 'bionic', + 'yakkety', 'zesty', 'artful', 'bionic', 'focal', 'wheezy', 'jessie', 'stretch', 'buster'] ALL_ARCHES = ['amd64', 'i386', 'arm64', 'armel', 'armhf', 'source']