diff --git a/apt-sync.py b/apt-sync.py index 117a49f..4ca9c4b 100755 --- a/apt-sync.py +++ b/apt-sync.py @@ -22,6 +22,8 @@ OS_TEMPLATE = { 'ubuntu-current': ["xenial", "bionic", "eoan", "focal"], 'ubuntu-lts': ["xenial", "bionic", "focal"], 'debian-current': ["jessie", "stretch", "buster"], + 'debian-latest2': ["stretch", "buster"], + 'debian-latest': ["buster"], } MAX_RETRY=int(os.getenv('MAX_RETRY', '3')) DOWNLOAD_TIMEOUT=int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))