summaryrefslogtreecommitdiff
path: root/bin/ubuntu-codename-to-version.sh
Commit message (Collapse)AuthorAgeFilesLines
* bin/ubuntu-codename-to-version.sh: Add codename for Ubuntu 21.04.HEADarctica-builderMike Gabriel2021-08-281-0/+1
|
* Update supported Ubuntu versions.Mike Gabriel2020-07-251-0/+2
|
* update for building packages for Debian bullseye and Ubuntu eoan.Mike Gabriel2019-08-261-0/+1
|
* bin/ubuntu-codename-to-version.sh: Add cosmic and disco here, too.Mike Gabriel2018-11-141-0/+2
|
* ubuntu-codename-to-version.sh: Update for Ubuntu 18.04.Mike Gabriel2017-10-301-0/+1
|
* update ubuntu-codename-to-version.sh and debian-codename-to-version.sh. Let ↵Mike Gabriel2017-06-231-0/+1
| | | | them know about Debian buster and Ubuntu artful.
* bin/ubuntu-codename-to-version.sh: support Ubuntu 17.04 (aka zesty)Mike Gabriel2017-04-151-1/+1
|
* bin/{debian,ubuntu}-codename-to-version.sh: fix various shortcomings:Mihai Moldovan2016-07-041-3/+11
| | | | | | | | | | | - return can only be used in functions. Switch to "exit" instead. - typeset -l makes the content lowercase, not the variable "local" (that's implied by using typeset.) Hence, drop it where inappropriate. - typeset -l is only available in BASH 4 and higher. Use it conditionally only. - Use tr to convert strings to lowercase when using a BASH version lower than 4.
* bin/: new script ubuntu-codename-to-version.sh to map Ubuntu code names to ↵Mihai Moldovan2016-07-011-0/+72
numerical versions.