From: Colin Watson Date: Thu, 18 Nov 2010 12:49:22 +0000 (+0000) Subject: ubuntu-daily: default to natty X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=4f54ed53454f055b6f346ba21677eb283f599a26 ubuntu-daily: default to natty --- diff --git a/ubuntu-daily b/ubuntu-daily index 177160c..9a41f4c 100755 --- a/ubuntu-daily +++ b/ubuntu-daily @@ -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).