Skip to content

Commit

Permalink
apt-sync: add noble to @ubuntu-lts
Browse files Browse the repository at this point in the history
ros2 has a noble based distro but ros2.sh does not mirror it

See http://packages.ros.org/ros2/ubuntu/dists/noble/
  • Loading branch information
yushijinhun committed Apr 28, 2024
1 parent eb8868d commit ef47a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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"],
Expand Down

0 comments on commit ef47a9a

Please sign in to comment.