| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/ubuntu-codename-to-version.sh: Add codename for Ubuntu 21.04.HEADarctica-builder | Mike Gabriel | 2021-08-28 | 1 | -0/+1 |
| | | |||||
| * | Update supported Ubuntu versions. | Mike Gabriel | 2020-07-25 | 1 | -0/+2 |
| | | |||||
| * | update for building packages for Debian bullseye and Ubuntu eoan. | Mike Gabriel | 2019-08-26 | 1 | -0/+1 |
| | | |||||
| * | bin/ubuntu-codename-to-version.sh: Add cosmic and disco here, too. | Mike Gabriel | 2018-11-14 | 1 | -0/+2 |
| | | |||||
| * | ubuntu-codename-to-version.sh: Update for Ubuntu 18.04. | Mike Gabriel | 2017-10-30 | 1 | -0/+1 |
| | | |||||
| * | update ubuntu-codename-to-version.sh and debian-codename-to-version.sh. Let ↵ | Mike Gabriel | 2017-06-23 | 1 | -0/+1 |
| | | | | | them know about Debian buster and Ubuntu artful. | ||||
| * | bin/ubuntu-codename-to-version.sh: support Ubuntu 17.04 (aka zesty) | Mike Gabriel | 2017-04-15 | 1 | -1/+1 |
| | | |||||
| * | bin/{debian,ubuntu}-codename-to-version.sh: fix various shortcomings: | Mihai Moldovan | 2016-07-04 | 1 | -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 Moldovan | 2016-07-01 | 1 | -0/+72 |
| numerical versions. | |||||
