Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EbuildBuildDir: allow EPERM when removing catdir | Zac Medico | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | EbuildFetcher: fix fetch to use manifest | Zac Medico | 2010-10-22 | 1 | -0/+2 |
| | | | | | If we don't call doebuild_environment() then the 'O' variable is not set and fetch() doesn't use the manifest. | ||||
* | prepare_build_dirs: tolerate permission issues | Zac Medico | 2010-10-22 | 1 | -2/+6 |
| | |||||
* | EbuildBuildDir: tolerate some permission issues | Zac Medico | 2010-10-22 | 1 | -6/+15 |
| | |||||
* | EbuildFetchonly: remove unused _execute method | Zac Medico | 2010-10-22 | 1 | -22/+0 |
| | |||||
* | EbuildFetchonly: remove redundant tmpdir code | Zac Medico | 2010-10-22 | 1 | -36/+8 |
| | | | | This tempdir stuff is handled by spawn_nofetch() now. | ||||
* | Separate conflict atoms for 'missed update'. | Zac Medico | 2010-10-22 | 1 | -17/+30 |
| | | | | This will fix bug #342157. | ||||
* | EbuildFetcher: close uneeded fds in subprocess | Zac Medico | 2010-10-22 | 2 | -26/+20 |
| | |||||
* | EbuildFetcher: Use fork for better performance. | Zac Medico | 2010-10-22 | 1 | -33/+43 |
| | | | | Instead of calling ebuild(1), simply fork and call fetch(). | ||||
* | Add note about EAPI 4_pre1.v2.1.9.21 | Zac Medico | 2010-10-21 | 1 | -0/+1 |
| | |||||
* | Fix pretend phase doebuild_environment(). | Zac Medico | 2010-10-21 | 1 | -3/+2 |
| | |||||
* | dispatch-conf: suppress 'No such file' errors. | Zac Medico | 2010-10-21 | 1 | -10/+13 |
| | | | | This will fix bug #341463. | ||||
* | Show paths of corrupt NEEDED.ELF.2 files. | Zac Medico | 2010-10-21 | 1 | -6/+10 |
| | |||||
* | Suppress 'invalid .la file' message if necessary. | Zac Medico | 2010-10-21 | 1 | -2/+12 |
| | | | | This will fix bug #340725. | ||||
* | Note more benefits of having USE=ipc enabled.v2.1.9.20 | Zac Medico | 2010-10-18 | 1 | -1/+3 |
| | |||||
* | slot_collision.py: Define basestring for python3. | Mao PU | 2010-10-17 | 1 | -0/+5 |
| | |||||
* | emerge --depclean: Add more --debug output.v2.1.9.19 | Zac Medico | 2010-10-15 | 2 | -0/+23 |
| | |||||
* | Fix some typos. | Arfrever Frehtes Taifersar Arahesis | 2010-10-15 | 5 | -6/+6 |
| | |||||
* | use_reduce: Next try on full reduction | Sebastian Luther | 2010-10-15 | 2 | -6/+20 |
| | |||||
* | use_reduce: Another fix for bug 340973. | Zac Medico | 2010-10-15 | 2 | -9/+17 |
| | |||||
* | use_reduce: Add non-working test for bug 340973. | Zac Medico | 2010-10-15 | 1 | -0/+6 |
| | |||||
* | Fix a typo in a comment. | Zac Medico | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | UseReduceTestCase: Show whole string in exception | Zac Medico | 2010-10-15 | 1 | -3/+6 |
| | |||||
* | use_reduce: Add more tests. | Zac Medico | 2010-10-15 | 1 | -1/+7 |
| | |||||
* | Fix use_reduce + opconvert of "A || ( B C )". | Zac Medico | 2010-10-15 | 2 | -7/+8 |
| | |||||
* | Fix use_reduce + opconvert of "|| ( A B ) C". | Zac Medico | 2010-10-15 | 2 | -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 Medico | 2010-10-15 | 1 | -0/+13 |
| | |||||
* | use_reduce: Fully reduce complex || constructs. | Sebastian Luther | 2010-10-15 | 2 | -36/+116 |
| | | | | This will fix bug 340973. | ||||
* | Fix parallel-fetch output by BinpkgVerifier. | Zac Medico | 2010-10-15 | 2 | -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 Medico | 2010-10-15 | 1 | -0/+5 |
| | |||||
* | Optimize uninstall selection in serialize_tasks. | Zac Medico | 2010-10-15 | 1 | -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 Medico | 2010-10-15 | 1 | -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 Medico | 2010-10-15 | 1 | -0/+5 |
| | |||||
* | Add non-working use_reduce tests. | Zac Medico | 2010-10-15 | 1 | -0/+14 |
| | |||||
* | Fix use_reduce() case from bug #340973. | Zac Medico | 2010-10-15 | 2 | -8/+10 |
| | |||||
* | Add test case for bug #340973. | Zac Medico | 2010-10-15 | 1 | -1/+7 |
| | |||||
* | Don't compress empty files, bug 340935. | Ulrich Mueller | 2010-10-15 | 1 | -0/+1 |
| | |||||
* | Ensure getaddrinfo fallback works when necessary.v2.1.9.18 | Zac Medico | 2010-10-13 | 1 | -5/+6 |
| | |||||
* | Bug #340899 - Validate getaddrinfo() results. | Zac Medico | 2010-10-13 | 2 | -8/+50 |
| | |||||
* | Show hostname when getaddrinfo fails.v2.1.9.17 | Zac Medico | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Fix reference to possibly undefined ips variable. | Zac Medico | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Bug #340817 - Handle --sync getaddrinfo failure. | Zac Medico | 2010-10-13 | 1 | -23/+30 |
| | |||||
* | Allow repository specs for atoms with wildcards | Sebastian Luther | 2010-10-13 | 2 | -2/+12 |
| | |||||
* | Fix indention error in repoman headerstring code.v2.1.9.16 | Zac Medico | 2010-10-11 | 1 | -3/+3 |
| | |||||
* | Document egencache --update-changelogs.v2.1.9.15 | Zac Medico | 2010-10-11 | 1 | -1/+4 |
| | |||||
* | Update man page header dates. | Zac Medico | 2010-10-11 | 10 | -10/+10 |
| | |||||
* | Merge backtracking test diff from master. | Zac Medico | 2010-10-11 | 1 | -1/+3 |
| | |||||
* | Fix portageq to handle NOCOLOR. | Zac Medico | 2010-10-11 | 1 | -0/+5 |
| | |||||
* | Invert repoman cvs logic for headerstring. | Zac Medico | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | has/best_version: eqawarn if EAPI wrong for atom | Zac Medico | 2010-10-11 | 3 | -12/+88 |
| | | | | | Instead of calling die as in bug #340387, just call eqawarn for the time being. |