summaryrefslogtreecommitdiff
path: root/functions/releases.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-09 09:06:33 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-10 08:07:54 +0200
commitd6fd9921c5f58335cdf2384f211680038c0cedb7 (patch)
tree800bfc674c352206671dbfb5bf4c7e5642a76327 /functions/releases.sh
parent95a3a57758caa2760553d63c5ff2dd9174f5cb5a (diff)
downloadvyos-live-build-d6fd9921c5f58335cdf2384f211680038c0cedb7.tar.gz
vyos-live-build-d6fd9921c5f58335cdf2384f211680038c0cedb7.zip
Removing EOL Ubuntu releases.
Diffstat (limited to 'functions/releases.sh')
-rwxr-xr-xfunctions/releases.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/functions/releases.sh b/functions/releases.sh
index e2e004545..cb5fca77f 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -15,13 +15,10 @@ RELEASE_wheezy="7"
RELEASE_sid="unstable"
# Ubuntu releases
-RELEASE_dapper="6.06"
-RELEASE_edgy="6.10"
-RELEASE_feisty="7.04"
-RELEASE_gutsy="7.10"
-RELEASE_hardy="8.04"
+RELEASE_dapper="6.06" # LTS
+RELEASE_hardy="8.04" # LTS
RELEASE_intrepid="8.10"
RELEASE_jaunty="9.04"
RELEASE_karmic="9.10"
-RELEASE_lucid="10.04"
+RELEASE_lucid="10.04" # LTS
RELEASE_maverick="10.10"