summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Handle a potential FileNotFound exception in new_protect_filename() whenZac Medico2008-04-021-3/+9
* Remove the digraph._parent_child_digraph since it's no longer needed. It'sZac Medico2008-04-011-10/+7
* Use pkgcmp() instead of == and best() for correctness in case of implicitZac Medico2008-04-011-2/+4
* Remove some boolean logic that is obsolete now that the "selective" parameterZac Medico2008-04-011-4/+1
* Exploid ascending order returned from dbapi.match() calls to avoid the needZac Medico2008-04-011-2/+4
* Handle missing LICENSE in the Packages index since that's allowed forZac Medico2008-04-011-0/+1
* When identifying a sys-apps/portage node, compare category too (not justZac Medico2008-04-011-2/+1
* Bug #215308 - Cache the paths of known bad manifests to ensure that theZac Medico2008-04-011-1/+8
* When deps are forced to be satisfied by installed packages due to maskingZac Medico2008-03-311-3/+8
* In the package selection loop, move the installed package rejectionZac Medico2008-03-311-10/+6
* Fix package selection logic to always properly reject the installed packageZac Medico2008-03-311-2/+4
* Remove some redundant and obsolete code for warning about installedZac Medico2008-03-311-22/+2
* When selecting packages and there is a mixture of old-style and new-styleZac Medico2008-03-311-4/+17
* Bug #197810 - Fix package selection logic so that it will always fall backZac Medico2008-03-311-8/+0
* Make depgraph creation more tolerant of missing or masked packages whenZac Medico2008-03-311-21/+24
* Replace an package tuple with a real Package instance.Zac Medico2008-03-311-2/+1
* Pass Package instances into visible() so that the package instance canZac Medico2008-03-311-27/+30
* When dblink.treewalk() queries for other packages in the same slot, filterZac Medico2008-03-301-3/+6
* Make sure the all resume lists are deleted when a stale one is encountered.Zac Medico2008-03-301-1/+5
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
* Fix display code that can triger a 'Invalid category' exception when itZac Medico2008-03-301-17/+17
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-4/+5
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-302-18/+8
* Make code a bit less prone to potentially hidden TypeError like bugs.Zac Medico2008-03-301-9/+10
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() for a cpv.Zac Medico2008-03-301-1/+2
* Use enumerate() it iterate over an array.Zac Medico2008-03-301-2/+1
* For bugs #197810 and #215308, pass the depgraph's "selective" parameterZac Medico2008-03-302-1/+4
* Bug #215308 - Simplify the greedy atoms logic so that it behaves moreZac Medico2008-03-301-22/+5
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-291-3/+6
* When a resume list contains packages that are no longer available,Zac Medico2008-03-291-0/+2
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-292-3/+10
* Bug #214691 - Move the "slot collision" display so that it is shown afterZac Medico2008-03-281-6/+37
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+2
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-271-14/+15
* Fix the noreplace logic to break out of the cpv loop early since there'sZac Medico2008-03-271-1/+1
* Make --noreplace take precedence over --newuse, as suggested by wolf31o2.Zac Medico2008-03-271-0/+5
* Bug #214879 - In fetch(), only parse the Manifest when FEATURES=strictZac Medico2008-03-261-1/+1
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-262-0/+2
* Bug #212621 - Make the EbuildQuote check do quoting validation for miscZac Medico2008-03-251-1/+8
* Fix typo.Zac Medico2008-03-251-1/+1
* Bug #212152 - Account pre-existing files when calculating whether thereZac Medico2008-03-251-1/+9
* Check is os.statvfs() is implemented before trying to us it.Zac Medico2008-03-241-5/+6
* Improve logic from the previous commit.Zac Medico2008-03-201-1/+1
* Fix depgraph._select_package() to make sure the installed package is a realZac Medico2008-03-201-1/+1
* display versions of other slots for new-slot installs (bug #213790)Marius Mauch2008-03-191-18/+26
* Bug #201045 - Fix unmerge() to preserve unmerge order so that dependenciesZac Medico2008-03-191-33/+33
* Bug #139023 - When the --digest option is enabled, advise the user thatZac Medico2008-03-181-0/+12
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2