summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix fetch resume logic for bug #145601 and document the meaning of the fetche...v2.1.1-r1Zac Medico2006-09-251-0/+9
* For bug #80846, prevent false collisions caused by symlinks. Thanks to Thoma...Zac Medico2006-09-251-1/+16
* For correct LINGUAS handling, don't export empty USE_EXPAND variables unless ...Zac Medico2006-09-251-1/+5
* Fix a broken call to new_protect_filename for bug #147010. This patch is fro...Zac Medico2006-09-251-1/+1
* Make portageq exit with nonzero status when called incorrectly. This patch i...Zac Medico2006-09-250-0/+0
* Add support for SPACE_SEPARATED and COLON_SEPARATED in /etc/env.d/ so that ha...Zac Medico2006-09-251-377/+275
* Add a warning about the portage group and the possiblility of exploits for bu...Zac Medico2006-09-250-0/+0
* Add a warning about the portage group and the possiblility of exploits for bu...Zac Medico2006-09-251-0/+11
* Clean up the logic a little for bug #149092.Zac Medico2006-09-251-2/+4
* Check the dep_check return value and fail with a message if an error has occu...Zac Medico2006-09-251-17/+13
* Make `emerge world` (without --deep) work as expected for bug #149092.Zac Medico2006-09-251-0/+1
* print errors to stderr, not stdoutMike Frysinger2006-09-251-6/+6
* For bug #149028, don't lock the tbz2 file because the filesytem could be read...Zac Medico2006-09-251-3/+5
* Clean up and simplify depgraph params logic. This fixes bug #148893.Zac Medico2006-09-242-15/+8
* Remove depgraph params for depclean since it no longer uses the depgraph.Zac Medico2006-09-241-3/+0
* In order to ensure correct merge order such that build time dependencies will...Zac Medico2006-09-241-1/+6
* Use the same directories for binary package merges as would be used for sourc...Zac Medico2006-09-241-31/+13
* Fix portage.pkgmerge() so that it locks files and directories when in use.Zac Medico2006-09-231-64/+94
* Remove pkgmerge since it's apparent that nobody uses it (it's been broken for...Zac Medico2006-09-232-143/+0
* Remove doebuild_environment return value checks since it no raises and except...Zac Medico2006-09-232-10/+3
* Make doebuild_environment raise an exception so that we never have to check t...Zac Medico2006-09-231-3/+2
* Only lock PORTAGE_BUILDDIR if the ebuild exists (otherwise we don't run prerm...Zac Medico2006-09-231-3/+3
* Lock PORTAGE_BUILDDIR all the way through prerm, unmerge, and postrm.Zac Medico2006-09-231-50/+60
* Always check the return value of doebuild_environment().Zac Medico2006-09-232-2/+5
* Move PORTAGE_BUILDDIR locking out of doebuild and into emerge in order to ens...Zac Medico2006-09-232-71/+78
* Remove outdated "Unable to run required binary" messages that are now unreach...Zac Medico2006-09-231-16/+0
* Move PORTAGE_LOG_FILE initialization from doebuild to prepare_build_dirs.Zac Medico2006-09-231-14/+14
* Pass in the correct arg= value to select_dep.Zac Medico2006-09-231-2/+6
* Never allow packages explicitly requested on the command line to be tagged "n...Zac Medico2006-09-231-12/+17
* Ensure that soft_dep is a plain boolean (not vardb match results).Zac Medico2006-09-221-1/+1
* Move the open call out of the inner try block.Zac Medico2006-09-221-4/+2
* Make it possible, once again, to use --noreplace to add a package to the worl...Zac Medico2006-09-221-6/+3
* Use finally: to ensure that the file is closed properly.Zac Medico2006-09-221-8/+9
* Don't use LazyLoad for cache pulls because it causes a race condition.Zac Medico2006-09-221-11/+1
* Improve and simplify __getitem__ error handling.Zac Medico2006-09-221-14/+8
* Use fstat to when retrieve cache timestamps and avoid a race.Zac Medico2006-09-222-15/+5
* For compatibility with float timestamps in python-2.5, convert st_mtime attri...Zac Medico2006-09-225-6/+7
* Convert stat timestamps to long for compatibility with python-2.5, which retu...Zac Medico2006-09-221-1/+2
* Allow cache.sqlite to use sqlite3 from python-2.5, if available.Zac Medico2006-09-221-1/+4
* Revert r4495, since conversion from nomerge to merge may put the depgraph int...Zac Medico2006-09-222-28/+3
* use EBUILD_SH_ARGS instead of $*; bug 148615Simon Stelling2006-09-221-8/+8
* Allow packages specified on the command line to be retroactively upgraded fro...Zac Medico2006-09-222-0/+28
* Fix another IndexError due to an assumption that digraph nodes split into at ...Zac Medico2006-09-211-2/+2
* Prevent --update and/or --deep style behavior when the user hasn't specified ...Zac Medico2006-09-211-0/+5
* Prevent an IndexError caused by blocker nodes splitting to 3 items instead of 4.Zac Medico2006-09-211-1/+1
* Add a comment about old-style virtuals inside depgraph.validate_blockers().Zac Medico2006-09-211-0/+3
* Remove an inaccurate comment.Zac Medico2006-09-211-4/+2
* Add a docstring for depgraph.validate_blockers().Zac Medico2006-09-211-0/+5
* Fix depgraph.validate_blockers() logic so that match_from_list works correctly.Zac Medico2006-09-211-3/+6
* Thanks to Jason Stubbs for this patch from bug #16365 which invalidates any b...Zac Medico2006-09-201-17/+51