I need the Ubuntu codename for generating an apt source.
On Ubuntu, I can use lsb_release --codename --short, which will return (e.g.) trusty.
On (e.g.) Linux Mint, if I use lsb_release -cs, it returns (e.g.) rosa. If I want the upstream codename, I can use lsb_release -csu (which returns trusty).
However, if I use lsb_release -csu on Ubuntu, I get an error lsb_release: error: no such option: -u.
Is there a way to get the upstream-iest Ubuntu codename, including on Ubuntu?