new os template: debian-latest2

This commit is contained in:
z4yx 2020-04-30 10:47:33 +08:00
parent cbf2f1e050
commit ee29b9f584

View File

@ -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'))