From 9be8ce4f708bfa2b1ef81e30054b0098a775e5dd Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 2 Jan 2018 11:11:06 -0500 Subject: [PATCH] Add in bionic to the list of distros. Signed-off-by: Chris Lalancette --- 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 27de8b3c..fb2e32ea 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', + 'yakkety', 'zesty', 'artful', 'bionic', 'wheezy', 'jessie', 'stretch'] ALL_ARCHES = ['amd64', 'i386', 'arm64', 'armel', 'armhf', 'source']