Bug #247370 - Use a private PORTAGE_TMPDIR for --fetchonly mode in order
[portage.git] / pym / portage / __init__.py
2008-11-20 Zac MedicoBug #247370 - Use a private PORTAGE_TMPDIR for --fetcho...
2008-11-19 Zac MedicoBug #245716 - When generating QA notices for 'command...
2008-11-17 Zac MedicoFix the 'jobserver unavailable' regex to match gmake...
2008-11-16 Zac MedicoAdd a QA Notice for 'jobserver unavailable' from make...
2008-11-15 Zac MedicoBug #236714 - Handle PortagePackageException raised...
2008-11-15 Zac MedicoMake digestgen() handle PermissionDenied internally...
2008-11-15 Zac MedicoBug #236683 - Fix PermissionDenied handling to report...
2008-11-15 Zac MedicoFix new* and do* ebuild helpers to generate consistent...
2008-11-13 Zac MedicoRemove preserve-libs support, it's API, and code that...
2008-11-13 Zac MedicoACCEPT_LICENSE support depends on definition of license...
2008-11-11 Zac MedicoMake post_emerge() exit early if it detects that the... v2.2_rc14
2008-11-07 Zac MedicoBug #245932 - Pass use_mask and use_force parameters...
2008-11-04 Zac MedicoFix broken reference to self inside unmerge().
2008-11-04 Zac MedicoFree some memory by clearing the LinkageMap cache when...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-01 Zac MedicoIn config.setcpv(), ensure that A and AA aren't in...
2008-11-01 Zac MedicoIn _validate_deps(), show the ebuild version to clarify...
2008-11-01 Zac Medico* In fetch(), ensure that pkg_nofetch is never called...
2008-11-01 Zac MedicoAlso call PreservedLibsRegistry.pruneNonExisting()...
2008-11-01 Zac MedicoExplicitly load the preserved libs registry after obtai...
2008-11-01 Zac MedicoBug #244792 - Remove confcache support.
2008-11-01 Zac MedicoBug #244947 - Add repoman support for checking masked...
2008-10-31 Zac MedicoBug #244947 - Add basic repoman support for checking...
2008-10-29 Zac MedicoMake config.setcpv() store the ebuild metadata inside...
2008-10-28 Zac MedicoFix graph.get() so that it works as intended, returning...
2008-10-27 Zac MedicoReturn early from fetch() if no uris are given.
2008-10-27 Zac MedicoIn fetch(), avoid the "Adjusting permissions recursivel...
2008-10-25 Zac MedicoWhen creating the temporary $DISTDIR, do not try to...
2008-10-24 Zac MedicoWhen populating the fake $DISTDIR inside doebuild(...
2008-10-21 Zac MedicoSplit dep validation out of doebuild() and skip it...
2008-10-21 Zac MedicoValidate PROPERTIES inside doebuild().
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-10-21 Zac MedicoAdd PORTAGE_QUIET to the environment whitelist and...
2008-10-20 Zac MedicoRemove redundant duplicate uri elimination code. It...
2008-10-20 Zac MedicoPrefer thirdpartymirrors over normal mirrors in cases...
2008-10-17 Zac MedicoRemove support for FEATURES=gpg since it's already...
2008-10-17 Zac MedicoIn fetch(), make sure all references to digests for...
2008-10-16 Zac MedicoIn fetch(), don't spawn pkg_nofetch unless PORTAGE_BUIL...
2008-10-16 Zac MedicoBug #242304 - When a zero-byte distfile is detected...
2008-10-13 Zac MedicoMake sure the pkg_nofetch phase is only called once...
2008-10-13 Zac MedicoMake fetch() fetch as many files as possible, even...
2008-10-13 Zac MedicoDon't return from fetch() due to fetch restriction...
2008-10-12 Zac MedicoBug #241118 - Re-enable pkg_nofetch for emerge --preten...
2008-10-12 Zac MedicoInside fetch(), don't call pkg_nofetch when in parallel...
2008-10-10 Zac MedicoCreate a new AmbiguousPackageName exception to raise...
2008-10-09 Zac MedicoGrab make.globals from GLOBAL_CONFIG_PATH if available...
2008-10-07 Zac MedicoBug #234301 - Add support to EbuildFetcher to collect...
2008-10-06 Zac MedicoIn fetch(), never call the pkg_nofetch phase when in...
2008-10-06 Zac MedicoIn doebuild(), don't create build dirs when "listonly...
2008-10-05 Zac Medico* When ensuring sane $PWD in ebuild.sh, die if the...
2008-09-27 Zac MedicoMask packages with deprecated EAPIs in order to prevent...
2008-09-26 Zac MedicoBug #238766 - Revert the fetch() mirror:// behavior... v2.2_rc11
2008-09-25 Zac MedicoAdd PROPERTIES to portage.auxdbkeys since it's been...
2008-09-24 Zac MedicoFix fetch() mirror:// handling in to comply with sectio...
2008-09-23 Zac MedicoImport cPickle as pickle instead of vice versa. Eases...
2008-09-22 Zac MedicoBug #230975 - Rename the portage.selinux module to...
2008-09-20 Zac MedicoImplement SRC_URI arrows for EAPI 2. The portdbapi...
2008-09-13 Zac MedicoMove the world file update code out of update_config_fi...
2008-08-30 Zac MedicoIn dep_zapdeps(), add a new choice category for choices...
2008-08-23 Zac MedicoAdd a new src_prepare phase function which is called...
2008-08-21 Zac MedicoFix typo in "directory" spelling. Thanks to Ofer Wald...
2008-08-20 Zac MedicoFix dep_wordreduce() so that it doesn't cancel out...
2008-08-20 Zac MedicoMake sure EBUILD_PHASE is properly unset when calling...
2008-08-19 Zac MedicoWhen in background mode, redirect "adjusting permission...
2008-08-12 Zac MedicoBug #234478 - Fix config._getMissingLicenses() to only...
2008-08-11 Zac MedicoFix ebuild(1) so that src_configure is only called...
2008-08-10 Zac MedicoWhen testing userpriv write access in $DISTDIR, redirec...
2008-08-09 Zac MedicoEscape use flags before compiling regular expressions...
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-05 Zac MedicoMake doebuild() display manifest verification failures...
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-08-01 Zac MedicoBug #233487 - Fix --fetch-all-uri breakage:
2008-07-31 Zac MedicoAlways invalidate results from _userpriv_test_write_fil...
2008-07-31 Zac MedicoFixes in portage.fetch() for bugs #233303 and #94133:
2008-07-31 Zac MedicoSplit out a _spawn_fetch() function that will be useful...
2008-07-30 Zac MedicoChange conditional USE deps syntax and expermental...
2008-07-28 Zac MedicoBug #233103 - In portage.fetch(), pass all config varia...
2008-07-28 Zac MedicoAdd support for an new EAPI="2_pre0" value so that...
2008-07-27 Zac MedicoFix EbuildFetcher to pass all config variables to the...
2008-07-24 Zac MedicoBug #206773 - Add a new PORTAGE_IONICE_COMMAND variable...
2008-07-22 Zac MedicoRedirect build log eqawarn messages to the log file...
2008-07-21 Zac MedicoFor --depclean and --prune, eliminate duplicate graph...
2008-07-18 Zac MedicoFix typo.
2008-07-18 Zac MedicoAdd background output redirection and async ebuild...
2008-07-17 Zac Medico* Add a new portage.util.writemsg_level() function...
2008-07-17 Zac MedicoEliminate duplicate code by making EbuildProcess inheri...
2008-07-16 Zac MedicoAvoid raising an IndexError from deprecated_profile_che...
2008-07-16 Zac MedicoAdd async support for calling functions in misc-functio...
2008-07-16 Zac MedicoRemove the config._filter_calling_env attribute since...
2008-07-14 Zac Medico* Fix doebuild so "returnpid" works for preinst and...
2008-07-14 Zac MedicoAdd async execution support for pkg_preinst and pkg_pos...
2008-07-12 Zac MedicoSplit out a portage._create_pty_or_pipe() function...
2008-07-12 Zac Medico* Add a digraph.get() method, analogous to dict.get...
2008-07-10 Zac MedicoAdd support for parallel --regen, using the existing...
2008-07-10 Zac MedicoMake digestcheck() skip the "checking ebuild checksums...
2008-07-09 Zac MedicoBug #231358 - Fix 'NameError: global name 'p' is not...
2008-07-09 Zac MedicoUse the EbuildFetcher class to implement async fetch...
2008-07-05 Zac MedicoUse the EbuildPhase class to execute the "clean" phase...
2008-07-05 Zac Medico* Implement a new binarytree.digestCheck() method and...
2008-07-03 Zac MedicoBug #230469 - Implement non-blocking distlocks for...
next