chiark / gitweb /
ubuntu-daily: default to natty
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 18 Nov 2010 12:49:22 +0000 (12:49 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 18 Nov 2010 12:49:22 +0000 (12:49 +0000)
ubuntu-daily

index 177160c92fdb57b3b5efa3e8ebbfab32a5758c50..9a41f4c4c2e11449ab24f511a953b460dbefc27e 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 PROJECT=
-CURRENT_DIST=maverick
+CURRENT_DIST=natty
 DIST="$CURRENT_DIST"
 BASE=antimony:cdimage/www/full
 RSYNC=false
@@ -13,7 +13,7 @@ Usage: $0 [options] image_type architecture
 
 Options:
   -f|--flavour FLAVOUR         Flavour (default: ubuntu).
-  -d|--dist DIST               Distribution (default: maverick).
+  -d|--dist DIST               Distribution (default: natty).
   -a|--anonymous               Don't use privileged access.
   -r|--rsync                   Force rsync.
   -h|--http                    Force HTTP only (no reuse).