diff options
| author | Daniel Baumann <daniel@debian.org> | 2011-05-16 13:40:47 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-05-16 13:40:47 +0200 | 
| commit | 85ef0adafb004cee440529d6284d0b2f62999831 (patch) | |
| tree | 9f2deac1e69ee0e29edb39a3bcaa86e62bf041e7 | |
| parent | cd6820dd7aff02669566acecee9614f420da4e21 (diff) | |
| download | vyos-live-build-85ef0adafb004cee440529d6284d0b2f62999831.tar.gz vyos-live-build-85ef0adafb004cee440529d6284d0b2f62999831.zip | |
Correcting comments about which ubuntu release is LTS and which not in releases list.
| -rwxr-xr-x | functions/releases.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/functions/releases.sh b/functions/releases.sh index f8a7d038a..246b5c25b 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -21,6 +21,6 @@ RELEASE_baureo="unstable"  RELEASE_dapper="6.06"		# LTS: 2011-06-01  RELEASE_hardy="8.04"		# LTS: 2013-04-01  RELEASE_lucid="10.04"		# LTS: 2015-04-01 -RELEASE_maverick="10.10"	# LTS: 2012-04-01 -RELEASE_natty="11.04"		# LTS: 2012-10-01 +RELEASE_maverick="10.10"	# 2012-04-01 +RELEASE_natty="11.04"		# 2012-10-01  RELEASE_oneiric="11.10" | 
