~tinco-andringa/tinco-vm-builder/trunk

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/distro.py

  • Committer: Michael Vogt
  • Date: 2011-10-19 19:12:45 UTC
  • Revision ID: michael.vogt@ubuntu.com-20111019191245-9qqqx6dz35peihk4
add precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    name = 'Ubuntu'
30
30
    arg = 'ubuntu'
31
31
    suites = ['dapper', 'gutsy', 'hardy', 'intrepid', 'jaunty', 
32
 
              'karmic', 'lucid', 'maverick', 'natty', 'oneiric']
 
32
              'karmic', 'lucid', 'maverick', 'natty', 'oneiric',
 
33
              'precise' ]
33
34
 
34
35
    # Maps host arch to valid guest archs
35
36
    valid_archs = { 'amd64' : ['amd64', 'i386', 'lpia' ],