~landscape/smart/staging

« back to all changes in this revision

Viewing changes to smart/backends/rpm/pm.py

  • Committer: Andreas Hasenack
  • Date: 2009-04-15 16:25:16 UTC
  • mfrom: (818.6.25 trunk)
  • mto: This revision was merged to the branch mainline in revision 838.
  • Revision ID: andreas@canonical.com-20090415162516-ybxkoi79udl3thgn
Merged upstream trunk into landscape trunk, which basically brings in version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                lines.append("    "+" -> ".join(path))
139
139
            lines.append(_("Will ask RPM to order it."))
140
140
            iface.error("\n".join(lines))
141
 
            sys.exit(1)
 
141
            sorted = [(pkg, changeset[pkg]) for pkg in changeset]
142
142
            forcerpmorder = True
143
143
        del sorter
144
144