mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
apt-sync: add noble to @ubuntu-lts
ros2 has a noble based distro but ros2.sh does not mirror it See http://packages.ros.org/ros2/ubuntu/dists/noble/
This commit is contained in:
parent
eb8868d8c4
commit
ef47a9abf7
@ -29,7 +29,7 @@ if USE_ADDR_FAMILY != '':
|
||||
urllib3_cn.allowed_gai_family = lambda: socket.AF_INET if USE_ADDR_FAMILY == 'ipv4' else socket.AF_INET6
|
||||
|
||||
OS_TEMPLATE = {
|
||||
'ubuntu-lts': ["focal", "jammy"],
|
||||
'ubuntu-lts': ["focal", "jammy", "noble"],
|
||||
'debian-current': ["buster", "bullseye", "bookworm"],
|
||||
'debian-latest2': ["bullseye", "bookworm"],
|
||||
'debian-latest': ["bookworm"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user