diff options
author | Daniel Baumann <daniel@debian.org> | 2011-04-28 15:08:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-04-28 15:08:47 +0200 |
commit | efc490377260699c8b31770bf4913c96d930e34e (patch) | |
tree | bb5ba083e87a99290bc4eebcab8ae6bbcc1305b2 /functions | |
parent | 7cdb76932ec2842a61a40687ebd470b05a43334e (diff) | |
download | vyos-live-build-efc490377260699c8b31770bf4913c96d930e34e.tar.gz vyos-live-build-efc490377260699c8b31770bf4913c96d930e34e.zip |
Updating ubuntu releases.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 960b94b23..f8a7d038a 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -18,11 +18,9 @@ RELEASE_artax="1.0" RELEASE_baureo="unstable" # Ubuntu releases -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" # LTS -RELEASE_maverick="10.10" -RELEASE_natty="11.04" +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_oneiric="11.10" |