summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-241-0/+5
* Remove code from unused config.load_infodir() method and issue a deprecationZac Medico2008-12-221-67/+3
* Add support for the new DEFINED_PHASES metadata key which is automatically ge...Zac Medico2008-12-211-1/+1
* Bug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from ...Zac Medico2008-12-191-3/+3
* Add a new FEATURES=test-fail-continue value which causes ebuild executionZac Medico2008-12-121-0/+5
* When processing output from the "depend" phase, use the number of lines asZac Medico2008-12-101-3/+9
* In digestgen(), don't call fetch for files that already exist but haveZac Medico2008-12-091-3/+3
* Simplify the code from bug #250166.Zac Medico2008-12-091-28/+15
* Bug #250166 - To avoid accidental regeneration of digests with the incorrectZac Medico2008-12-091-1/+22
* When in --debug mode, make the depgraph call self.digraph.debug_print() toZac Medico2008-12-091-5/+7
* Fix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks toZac Medico2008-12-081-3/+8
* If pkg_nofetch needs to be spawned inside fetch() and it happens thatZac Medico2008-12-071-0/+29
* Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.2_rc17Zac Medico2008-12-051-2/+11
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-041-4/+5
* Use stat st_dev attributes instead of the older approach.Zac Medico2008-11-271-2/+1
* Don't call prepare_build_dirs() inside doebuild() when called for parallelZac Medico2008-11-271-1/+4
* In movefile(), ignore the hardlink_candidates parameter when it's an empty list.Zac Medico2008-11-261-1/+1
* Bug #235642 - Create hardlinks when merging identical files. This works by us...Zac Medico2008-11-261-6/+47
* Add some more clarification to the 'ebuild phase exited unexpectedly' message.Zac Medico2008-11-261-3/+14
* Also add 2 spaces after newline, for alignment.Zac Medico2008-11-241-1/+1
* Add one newline, to wrap the "Global Updates" key to less than 80 columns.Zac Medico2008-11-241-1/+1
* Add support for parsing EAPI labels in contained in 'eapi' files in theZac Medico2008-11-241-0/+11
* Make emerge detect an invalid profile an bail out for anything exceptZac Medico2008-11-241-1/+1
* Add some hints about bash binary corruption and hardware malfunction to theZac Medico2008-11-221-1/+3
* Add missing '%' symbol (for binary package moves) to the key that's displayedZac Medico2008-11-221-1/+1
* Fix some cases in dep_zapdeps() where blocker atoms are inappropriately testedZac Medico2008-11-221-1/+4
* Bug #248059 - Make --depclean more tolerant of invalid atoms in dependenciesZac Medico2008-11-211-2/+10
* Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in orderZac Medico2008-11-201-2/+3
* Bug #245716 - When generating QA notices for 'command not found' messages inZac Medico2008-11-191-1/+3
* Fix the 'jobserver unavailable' regex to match gmake.Zac Medico2008-11-171-1/+1
* Add a QA Notice for 'jobserver unavailable' from make in the build log. ThanksZac Medico2008-11-161-0/+15
* Bug #236714 - Handle PortagePackageException raised from Manifest.create().Zac Medico2008-11-151-0/+3
* Make digestgen() handle PermissionDenied internally by returning failure, soZac Medico2008-11-151-1/+5
* Bug #236683 - Fix PermissionDenied handling to report the exception type.Zac Medico2008-11-151-1/+1
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-151-0/+12
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-111-0/+1
* Bug #245932 - Pass use_mask and use_force parameters into recursiveZac Medico2008-11-071-1/+2
* Fix broken reference to self inside unmerge().Zac Medico2008-11-041-1/+2
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-041-0/+1
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-0/+5
* In config.setcpv(), ensure that A and AA aren't in the env dict.Zac Medico2008-11-011-1/+1
* In _validate_deps(), show the ebuild version to clarify which ebuild theZac Medico2008-11-011-9/+13
* * In fetch(), ensure that pkg_nofetch is never called more than once.Zac Medico2008-11-011-6/+13
* Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lockZac Medico2008-11-011-0/+1
* Explicitly load the preserved libs registry after obtaining a lock for mergeZac Medico2008-11-011-0/+1
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-4/+0
* Bug #244947 - Add repoman support for checking masked and forced flags onZac Medico2008-11-011-4/+11
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-311-36/+50
* Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],Zac Medico2008-10-291-51/+59
* Fix graph.get() so that it works as intended, returning the node correspondingZac Medico2008-10-281-4/+7