summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-21 23:17:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:33 +0100
commit3dc6e3966846b115ead243ed8154ca58cfe8b8a5 (patch)
tree347874cdcbab53cf9b4e8036ed637121e1af7cda
parentde430a35dafcc300b406c77487293347a66c5599 (diff)
downloadlive-build-3dc6e3966846b115ead243ed8154ca58cfe8b8a5.zip
live-build-3dc6e3966846b115ead243ed8154ca58cfe8b8a5.tar.gz
Adding support for Ubuntu jaunty and natty, thanks to Cody A.W. Somerville <cody.somerville@canonical.com>.
l---------data/debian-cd/jaunty1
l---------data/debian-cd/natty1
-rwxr-xr-xfunctions/releases.sh2
3 files changed, 4 insertions, 0 deletions
diff --git a/data/debian-cd/jaunty b/data/debian-cd/jaunty
new file mode 120000
index 0000000..5cb6e60
--- /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 0000000..5cb6e60
--- /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 32fc03b..07894f4 100755
--- a/functions/releases.sh
+++ b/functions/releases.sh
@@ -18,6 +18,8 @@ RELEASE_sid="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"