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 | |
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>.
l--------- | data/debian-cd/jaunty | 1 | ||||
l--------- | data/debian-cd/natty | 1 | ||||
-rwxr-xr-x | functions/releases.sh | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/data/debian-cd/jaunty b/data/debian-cd/jaunty new file mode 120000 index 000000000..5cb6e6000 --- /dev/null +++ b/data/debian-cd/jaunty @@ -0,0 +1 @@ +maverick
\ No newline at end of file diff --git a/data/debian-cd/natty b/data/debian-cd/natty new file mode 120000 index 000000000..5cb6e6000 --- /dev/null +++ b/data/debian-cd/natty @@ -0,0 +1 @@ +maverick
\ No newline at end of file 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" |