~smoser/ubuntu/trusty/maas/lp-1172566

« back to all changes in this revision

Viewing changes to src/provisioningserver/import_images/boot_resources.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-04-03 13:45:02 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140403134502-8a6wvuqwyuekufh0
Tags: upstream-1.5+bzr2227
ImportĀ upstreamĀ versionĀ 1.5+bzr2227

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
                "Merging boot resource for %s/%s/%s/%s.",
180
180
                arch, subarch, release, label)
181
181
            boot_resource = boot2[arch][subarch][release][label]
182
 
            boot1[arch][subarch][release][label] = boot_resource
183
182
            # Do not override an existing entry with the same
184
183
            # arch/subarch/release/label: the first entry found takes
185
184
            # precedence.