diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-21 23:17:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:42 +0100 |
commit | 5ca5b62082c5423d64463134e66e793c54a54c4b (patch) | |
tree | d66ee5706b89e2a5de600aa381fef0fd96161f71 /functions | |
parent | f9f90e2e71e3dbcc8ea7c25557188dbcbdc9dc75 (diff) | |
download | vyos-live-build-5ca5b62082c5423d64463134e66e793c54a54c4b.tar.gz vyos-live-build-5ca5b62082c5423d64463134e66e793c54a54c4b.zip |
Adding support for Ubuntu jaunty and natty, thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 3bbcc442f..1911359a7 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -21,6 +21,8 @@ RELEASE_baureo="unstable" 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" |