summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't compress empty files, bug 340935.Ulrich Mueller2010-10-141-0/+1
|
* 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 indention error in repoman headerstring code.v2.2_rc94Zac Medico2010-10-111-3/+3
|
* Document egencache --update-changelogs.v2.2_rc93Zac Medico2010-10-111-1/+4
|
* Update man page header dates.Zac Medico2010-10-1110-10/+10
|
* 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.
* Fix portageq to handle NOCOLOR.Zac Medico2010-10-111-0/+5
|
* Invert repoman cvs logic for headerstring.Zac Medico2010-10-111-1/+1
|
* 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-113-12/+88
| | | | | 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
|
* Don't look for $Header$ when using svn.Michał Górny2010-10-111-17/+23
| | | | | | Subversion doesn't expand $Header$, so look only for $Id$ if using subversion. In addition, the whole grepping code is now executed only for CVS and Subversion.
* 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
|
* FETCHCOMMAND: Update comments for wget 3 tries.Zac Medico2010-10-102-6/+6
|
* FETCHCOMMAND: Reduce wget retries from 5 to 3.Zac Medico2010-10-101-2/+2
| | | | | | | If 3 tries are needed then the server is likely to be very flaky. If the user has a flaky connection then they can manually adjust FETCHCOMMAND to compensate. Thanks to Christian Ruppert <idl0r@g.o> for the suggestion.
* 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-093-4/+17
|
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-081-2/+5
|
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-081-1/+1
|
* Allow repo in more Atom instances.Zac Medico2010-10-081-4/+8
|
* Add debug output for backtracking limit.Zac Medico2010-10-081-0/+5
|
* Add news about USE=ipc.Zac Medico2010-10-071-0/+9
|
* Make repoman ignore sets.conf.v2.2_rc91Zac Medico2010-10-071-2/+3
|
* Fix KeyError for missing repo in eclass_overridesZac Medico2010-10-071-1/+1
|
* mkrelease.sh: Fix ChangeLog generation for --tag.Zac Medico2010-10-071-1/+5
|
* Revert fix for bug #339939, pending discussion.Zac Medico2010-10-071-15/+0
| | | | This reverts commit abb7c534eee48795354ae3ab1b17ef319bf5e6e3.
* repoman: Don't count git snapshots as live.Zac Medico2010-10-071-0/+15
| | | | | This solves bug #339939 by searching for a EGIT_COMMIT variable definition.
* Remove unused _preserve_logentries code.Zac Medico2010-10-071-9/+2
|
* Fix _preload_elog_modules() call.Zac Medico2010-10-071-1/+1
|
* Preserve elog message continuity during updates.Zac Medico2010-10-073-8/+15
|
* Add a _preload_elog_modules() function.Zac Medico2010-10-072-2/+16
|