In digestgen(), don't call fetch for files that already exist but have
[portage.git] / pym / portage / __init__.py
2008-12-09 Zac MedicoIn digestgen(), don't call fetch for files that already...
2008-12-09 Zac MedicoSimplify the code from bug #250166.
2008-12-09 Zac MedicoBug #250166 - To avoid accidental regeneration of diges...
2008-12-09 Zac MedicoWhen in --debug mode, make the depgraph call self.digra...
2008-12-08 Zac MedicoFix deprecated_profile_check() to account for PORTAGE_C...
2008-12-07 Zac MedicoIf pkg_nofetch needs to be spawned inside fetch() and...
2008-12-05 Zac MedicoMake fixpackages use a new "#" symbol for /var/db updat... v2.2_rc17
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
2008-11-27 Zac MedicoUse stat st_dev attributes instead of the older approach.
2008-11-27 Zac MedicoDon't call prepare_build_dirs() inside doebuild() when...
2008-11-26 Zac MedicoIn movefile(), ignore the hardlink_candidates parameter...
2008-11-26 Zac MedicoBug #235642 - Create hardlinks when merging identical...
2008-11-26 Zac MedicoAdd some more clarification to the 'ebuild phase exited...
2008-11-24 Zac MedicoAlso add 2 spaces after newline, for alignment.
2008-11-24 Zac MedicoAdd one newline, to wrap the "Global Updates" key to...
2008-11-24 Zac MedicoAdd support for parsing EAPI labels in contained in...
2008-11-24 Zac MedicoMake emerge detect an invalid profile an bail out for...
2008-11-22 Zac MedicoAdd some hints about bash binary corruption and hardwar...
2008-11-22 Zac MedicoAdd missing '%' symbol (for binary package moves) to...
2008-11-22 Zac MedicoFix some cases in dep_zapdeps() where blocker atoms...
2008-11-21 Zac MedicoBug #248059 - Make --depclean more tolerant of invalid...
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-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...
next