~hggdh2/ubuntu-server-iso-testing/fix-dns-test

« back to all changes in this revision

Viewing changes to download-latest-test-iso.py

  • Committer: Jean-Baptiste Lallement
  • Date: 2012-05-11 00:54:35 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20120511005435-a952n8aokp1piv75
Update for Quantal

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
# Default options
32
32
DEFAULT_VARIANT = 'server'
33
 
DEFAULT_RELEASE = 'precise'
 
33
DEFAULT_RELEASE = 'quantal'
34
34
DEFAULT_ARCH = 'all'
35
35
DEFAULT_FLAVOR = 'ubuntu-server'
36
36
DEFAULT_ISOROOT = os.path.expanduser('~/isos')