apt-sync: remove ubuntu-current

Not used and hard to maintain
This commit is contained in:
ZenithalHourlyRate 2021-10-18 16:38:01 +08:00
parent 9a9b0d8b47
commit 25a8a804c9
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -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 requests.utils.default_user_agent = lambda: APT_SYNC_USER_AGENT
OS_TEMPLATE = { OS_TEMPLATE = {
'ubuntu-current': ["xenial", "bionic", "focal", "groovy"],
'ubuntu-lts': ["xenial", "bionic", "focal"], 'ubuntu-lts': ["xenial", "bionic", "focal"],
'debian-current': ["jessie", "stretch", "buster", "bullseye"], 'debian-current': ["jessie", "stretch", "buster", "bullseye"],
'debian-latest2': ["buster", "bullseye"], 'debian-latest2': ["buster", "bullseye"],