summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
| | | | This will fix bug #340725.
* Ensure repo.priority is initialized.Sebastian Luther2010-10-201-1/+5
| | | | | Make sure repos in PORTDIR_OVERLAY get a priority even if they are in repos.conf.
* Make portdbapi constructor backward compatible.Zac Medico2010-10-181-1/+9
|
* slot_collision.py: Define basestring for python3.Mao PU2010-10-171-0/+5
|
* Specify repo in FakeVartree._aux_get_wrapper().Sebastian Luther2010-10-171-1/+4
|
* Fix RepoConfig.update() for missing_repo_name.Sebastian Luther2010-10-161-0/+1
| | | | This should fix bug #341299.
* Fix RepoConfig.info_string() for eclass-overridesZac Medico2010-10-161-1/+2
|
* emerge --depclean: Add more --debug output.v2.2_rc97Zac Medico2010-10-152-0/+23
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-155-6/+6
|
* use_reduce: Next try on full reductionSebastian Luther2010-10-152-6/+20
|
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-152-9/+17
|
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
|
* Fix a typo in a comment.Zac Medico2010-10-151-1/+1
|
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6
|
* use_reduce: Add more tests.Zac Medico2010-10-151-1/+7
|
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-152-7/+8
|
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-152-17/+11
| | | | | Also, tweak other test results to match the additional brackets that this change introduces in some cases.
* Test use_reduce opconvert breakage.Zac Medico2010-10-151-0/+13
|
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-152-36/+116
| | | | This will fix bug 340973.
* Fix parallel-fetch output by BinpkgVerifier.Zac Medico2010-10-142-3/+10
| | | | | BinpkgVerifier was erroneusly sending parallel-fetch output to stdout. Thanks to Jeremy Olexa <darkside@g.o> for reporting.
* Optimize uninstall selection more.Zac Medico2010-10-141-0/+5
|
* Optimize uninstall selection in serialize_tasks.Zac Medico2010-10-141-4/+11
| | | | | | This increases performance dramatically in cases when there are hundreds of blockers to solve, like when when upgrading to a new slot of kde-meta.
* Prefer ~ and =* atoms in missed update display.Zac Medico2010-10-141-2/+2
| | | | | Hopefully this helps for bug #340983, similar to how it did for bug #291142.
* Add a simpler non-working use_reduce test.Zac Medico2010-10-141-0/+5
|
* Add non-working use_reduce tests.Zac Medico2010-10-141-0/+14
|
* Fix use_reduce() case from bug #340973.Zac Medico2010-10-142-8/+10
|
* Add test case for bug #340973.Zac Medico2010-10-141-1/+7
|
* Ensure getaddrinfo fallback works when necessary.v2.2_rc96Zac Medico2010-10-131-5/+6
|
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-132-8/+50
|
* Show hostname when getaddrinfo fails.v2.2_rc95Zac Medico2010-10-131-1/+1
|
* Fix reference to possibly undefined ips variable.Zac Medico2010-10-131-1/+1
|
* Bug #340817 - Handle --sync getaddrinfo failure.Zac Medico2010-10-131-23/+30
|
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-123-2/+22
|
* Fix repo in 'masked installed' message.Zac Medico2010-10-111-1/+1
| | | | | | This code hardcoded 'installed' as the repo, which was both awkward and confusing, in terms of ensuring correct code and meaninful messages.
* Avoid reapath('') expansion to cwd for repos.Zac Medico2010-10-111-2/+6
|
* Use user_location for PORTDIR variable.Zac Medico2010-10-111-2/+5
|
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-112-8/+46
| | | | | Instead of calling die as in bug #340387, just call eqawarn for the time being.
* Fix a typo in a comment.Zac Medico2010-10-111-1/+1
|
* slot collision handler: Prevent excessive running timeSebastian Luther2010-10-111-0/+9
| | | | | | | The number of configurations to check grows exponentially in the number of conflict_pkgs. To prevent excessive running times, only check the "all-ebuild" configuration, if the number of conflict packages is too large.
* Fix breakage in emerge -b option parsing.Zac Medico2010-10-111-0/+1
|
* Use repoUserLocationList for PORTDIR_OVERLAY.Zac Medico2010-10-101-1/+1
|
* Fix backtrack max_retries calculation.v2.2_rc92Zac Medico2010-10-101-1/+1
|
* Ensure backtrack loop termination.Zac Medico2010-10-101-1/+5
|
* Tweak --backtrack debug message.Zac Medico2010-10-101-6/+4
| | | | The message should now be consistent with older portage.
* Use tries instead of depth for --backtrack.Zac Medico2010-10-101-7/+12
| | | | | | Also, ensure that we fall back to legacy non-backtracking behavior if backtracking fails for some reason. This is intended to solve regressions reported in forum thread #847890.
* Update testGetConfig for 3 wget retries.Zac Medico2010-10-101-1/+1
|
* depgraph: Remove obsolete 'Missing binary' code.Zac Medico2010-10-101-14/+2
|
* Recognize += in RDEPEND.implicit check.Zac Medico2010-10-101-1/+1
| | | | Thanks to Tomas Chvatal <scarabeus@g.o> for reporting.
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-102-3/+3
|
* Add support for emerge --buildpkg=n.Zac Medico2010-10-092-3/+16
|