mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Update debian current and latest distributions in apt-sync.py
This commit is contained in:
parent
6414dae41a
commit
e145464ca9
@ -25,9 +25,9 @@ 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"],
|
||||
'debian-latest2': ["stretch", "buster"],
|
||||
'debian-latest': ["buster"],
|
||||
'debian-current': ["jessie", "stretch", "buster", "bullseye"],
|
||||
'debian-latest2': ["buster", "bullseye"],
|
||||
'debian-latest': ["bullseye"],
|
||||
}
|
||||
ARCH_NO_PKGIDX = ['dep11', 'i18n']
|
||||
MAX_RETRY=int(os.getenv('MAX_RETRY', '3'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user