~andreserl/+junk/cobbler

« back to all changes in this revision

Viewing changes to cobbler/codes.py

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-06-17 18:12:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110617181254-tauizkc2mhxf8m2x
Tags: 2.1.0+git20110602-0ubuntu7
* debian/patches:
  - 47_ubuntu_add_oneiric_codename.patch: Add oneiric codename to
    not fail on Oneiric imports.
  - 48_ubuntu_mini_iso_autodetect.patch: Obtain os_version/arch when
    importing mini ISO from info file (.disk/mini-info).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    "redhat"  : [ "rhel2.1", "rhel3", "rhel4", "rhel5", "rhel6", "fedora5", "fedora6", "fedora7", "fedora8", "fedora9", "fedora10", "fedora11", "fedora12", "fedora13", "fedora14", "generic24", "generic26", "virtio26", "other" ],
45
45
    "suse"    : [ "sles10", "generic24", "generic26", "virtio26", "other" ],
46
46
    "debian"  : [ "etch", "lenny", "squeeze", "sid", "stable", "testing", "unstable", "generic24", "generic26", "other" ],
47
 
    "ubuntu"  : [ "dapper", "hardy", "intrepid", "jaunty", "karmic", "lucid", "maverick", "natty" ],
 
47
    "ubuntu"  : [ "dapper", "hardy", "intrepid", "jaunty", "karmic", "lucid", "maverick", "natty", "oneiric" ],
48
48
    "generic" : [ "generic24", "generic26", "other" ],
49
49
    "windows" : [ "winxp", "win2k", "win2k3", "vista", "other" ],
50
50
    "unix"    : [ "solaris9", "solaris10", "freebsd6", "openbsd4", "other" ],