Skip to content

Commit

Permalink
Update debian codename mapping (#266)
Browse files Browse the repository at this point in the history
* Debian 14 will be called 'Forky'
* Move 'Rodete' to 'Trixie' now that 'Bookworm' is stable
  • Loading branch information
cottsay authored Mar 1, 2024
1 parent c715739 commit 3ed7b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rospkg/os_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ def get_codename(self):
'11': 'bullseye',
'12': 'bookworm',
'13': 'trixie',
'14': 'forky',
'unstable': 'sid',
'rodete': 'bookworm',
'rodete': 'trixie',
}.get(v, '')


Expand Down

0 comments on commit 3ed7b29

Please sign in to comment.