summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* * In doebuild(), don't create directories for the "clean" or "unmerge".Zac Medico2007-11-261-5/+5
* Make config.pop() properly call config.modifying().Zac Medico2007-11-261-0/+1
* Implement config.pop().Zac Medico2007-11-261-0/+6
* Bug #200313 - Detect and report when an ebuild phaseZac Medico2007-11-261-2/+71
* Filter more misc environment variables.Zac Medico2007-11-261-2/+17
* Add NOCONFMEM to config._environ_filter.Zac Medico2007-11-261-1/+2
* * Move filtering of a bunch of portage config variables fromZac Medico2007-11-261-1/+13
* Bug #124041 - Make emerge show an informative warning message when oneZac Medico2007-11-261-1/+8
* Implement loading of environment.bz2 for the pkg_info() phase.Zac Medico2007-11-251-2/+27
* When filtering the backupenv in create_trees(), be moreZac Medico2007-11-231-1/+15
* When ROOT != "/" we only want overrides from the callingZac Medico2007-11-201-0/+7
* Disable logging and ${T}/environment saving during theZac Medico2007-11-191-1/+1
* Fix PROFILE_ONLY_VARIABLES handling in the config constructorZac Medico2007-11-191-6/+4
* Don't export ${IMAGE} to the ebuild environment anymore sinceZac Medico2007-11-161-2/+0
* Make the Package class emulate the interface of it's ownZac Medico2007-11-121-1/+3
* Bug #198491 - Disable termios.OPOST post-processing of output onZac Medico2007-11-091-0/+7
* Revert accidental hunk from bug 198491. Haven't testedZac Medico2007-11-091-5/+0
* make.globals should not be relative to config_rootZac Medico2007-11-091-1/+8
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-071-1/+1
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-36/+37
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* Bug #197965 - Make fetch() bail out after 5 checksumZac Medico2007-11-031-0/+12
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+46
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Return early from config.getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* In portage.fetch(), condense digest check ouput to a singleZac Medico2007-10-261-2/+5
* Optimize repoman visibility checks to access as littleZac Medico2007-10-261-1/+7
* Optimize PROFILE_ONLY_VARIABLES handling.Zac Medico2007-10-231-6/+6
* protect variables specified in PROFILE_ONLY_VARIABLES from being set by the userMarius Mauch2007-10-231-1/+13
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* Allow the depgraph to add old-style virtual providers butZac Medico2007-10-201-4/+12
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* Unify the masking reasons output so that the same codeZac Medico2007-10-091-44/+42
* Factor package.mask and profile masking logic out ofZac Medico2007-10-071-0/+58
* Restore profile masking support to getmaskingstatus().Zac Medico2007-10-071-0/+12
* Allow config.setcpv() to take a dictionary of package metadataZac Medico2007-10-071-1/+5
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-10-071-0/+76
* Fix package.license support so that SLOT atomsZac Medico2007-10-061-13/+12
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
* Include the package name in all exceptions raised fromZac Medico2007-10-041-1/+0
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-041-1/+7
* Document interaction between config.setinst() andZac Medico2007-09-301-0/+7
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* In movefile() FreeBSD chflags handling, use chflags instead ofZac Medico2007-09-251-2/+4
* In spawn(), initialize default fd_pipes before doing the stdout/stderr flush.Zac Medico2007-09-231-8/+7
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-221-0/+10