summaryrefslogtreecommitdiffstats
path: root/sortedtransaction.py
Commit message (Collapse)AuthorAgeFilesLines
* Treat the values in the reqmedia dict as lists, not dicts themselves.Chris Lumens2009-03-041-3/+3
| | | | | I'm not sure how this code ever worked, but we are handling the values as lists in most places so that's likely what we always meant to be doing.
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+0
| | | | Various packaging fixed from review (#225246)
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-0/+18
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* 2007-08-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-091-1/+1
| | | | | * sortedtransaction.py (SplitMediaTransactionData.add): Don't double add things to the transaction set (#249908)
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-4/+3
| | | | | * sortedtransaction.py (SplitMediaTransactionData.getMembers): Yum was fixed to not break API here; revert our change.
* Fix for yum API change.Chris Lumens2007-03-081-3/+4
|
* Don't lookup media id on non install states (#206913)Paul Nasrat2006-09-191-6/+10
|
* 2006-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-121-2/+6
| | | | | | | | | * yuminstall.py (AnacondaYum.run): Use magic value to sort additional repo packages to the end * sortedtransaction.py (SplitMediaTransactionData.__getMedia): Set a magic (non-zero) value for things not from media so that installing from additional repos will work (#205846)
* Remove from required media on last package (#185437)Paul Nasrat2006-03-141-0/+2
|
* move SortableTransactionData to yumPaul Nasrat2006-01-311-80/+1
|
* Act on txmbr not poPaul Nasrat2005-12-161-1/+2
|
* Use new relationship storesPaul Nasrat2005-12-151-4/+1
|
* 2005-11-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-191-1/+1
| | | | | * sortedtransaction.py (SplitMediaTransactionData.remove): typos are our friends. *sigh*
* 2005-11-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-0/+2
| | | | | * sortedtransaction.py (SplitMediaTransactionData.remove): Don't get confused if we've already removed the package from the ts.
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-6/+8
| | | | | * sortedtransaction.py (SplitMediaTransactionData.remove): fun with api...
* * image.py, installmethod.py: getRPMFilename takes a media numberChris Lumens2005-11-171-5/+8
| | | | | | | | instead of a header obj. Use currentMedia everywhere. Add switchMedia method for images. * sortedtransaction.py: Handle AttributeError. Logic fixes. * yuminstall.py: Move _getcd to top level. Use package objs instead of headers. Handle transactions per-media image.
* Move after its superclass. Fix indentation.Chris Lumens2005-11-161-47/+46
|
* make subclassPaul Nasrat2005-11-161-4/+4
|
* Add SplitMediatTransactionDataPaul Nasrat2005-11-161-0/+50
|
* only act on dependsPaul Nasrat2005-11-101-2/+4
|
* Sortable yum transaction subclassesPaul Nasrat2005-11-081-0/+83