| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | debian-codename-to-version.sh: Drop the 9999 package revision thing for ↵ | Mike Gabriel | 2016-07-07 | 1 | -25/+6 |
| | | | | | | | | | | | | | unstable. Debian testing and Debian unstable are mostly the next stable Debian release, currently Debian 9. So, Debian testing currently equals Debian stretch. And Debian unstable is basically the staging area for Debian testing, so it is a bit newer than Debian testing, e.g. 9.01 for the current release cycle of Debian. | ||||
| * | 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 debian-codename-to-version.sh to map Debian code names to ↵ | Mihai Moldovan | 2016-07-01 | 1 | -0/+82 |
| numerical versions. | |||||
