From 25a8a804c9a25f6ac521372b94e3ff2fb522e03d Mon Sep 17 00:00:00 2001 From: ZenithalHourlyRate Date: Mon, 18 Oct 2021 16:38:01 +0800 Subject: [PATCH] apt-sync: remove ubuntu-current Not used and hard to maintain --- apt-sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apt-sync.py b/apt-sync.py index f07dbf1..90b0306 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -23,7 +23,6 @@ APT_SYNC_USER_AGENT = os.getenv("APT_SYNC_USER_AGENT", "APT-Mirror-Tool/1.0") requests.utils.default_user_agent = lambda: APT_SYNC_USER_AGENT OS_TEMPLATE = { - 'ubuntu-current': ["xenial", "bionic", "focal", "groovy"], 'ubuntu-lts': ["xenial", "bionic", "focal"], 'debian-current': ["jessie", "stretch", "buster", "bullseye"], 'debian-latest2': ["buster", "bullseye"],