mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
apt-sync: bookworm is the latest
This commit is contained in:
parent
b6a97522a7
commit
d0d74aa308
@ -25,8 +25,8 @@ requests.utils.default_user_agent = lambda: APT_SYNC_USER_AGENT
|
||||
OS_TEMPLATE = {
|
||||
'ubuntu-lts': ["bionic", "focal", "jammy"],
|
||||
'debian-current': ["buster", "bullseye", "bookworm"],
|
||||
'debian-latest2': ["buster", "bullseye"],
|
||||
'debian-latest': ["bullseye"],
|
||||
'debian-latest2': ["bullseye", "bookworm"],
|
||||
'debian-latest': ["bookworm"],
|
||||
}
|
||||
ARCH_NO_PKGIDX = ['dep11', 'i18n', 'cnf']
|
||||
MAX_RETRY=int(os.getenv('MAX_RETRY', '3'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user