summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Collapse)AuthorAgeFilesLines
* Make _LockThread.lock_obj private.Zac Medico2010-11-231-6/+6
|
* AsynchronousLock: assert state in unlock()Zac Medico2010-11-231-0/+4
|
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-231-1/+1
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-233-21/+142
|
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
|
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-271-0/+5
|
* Fix broken spawn_bash() call.Zac Medico2010-10-271-2/+3
|
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-271-2/+4
| | | | | Use 'exec' to avoid unnecessary redundant processes. Update the checkout code to use spawn_bash() like update does.
* Add sanity checks for system clock changes.Zac Medico2010-10-272-3/+21
|
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-271-1/+36
|
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-271-5/+14
|
* Copy term size to pty only if foreground.Zac Medico2010-10-272-2/+6
|
* depgraph minimize_children: yield highest versionv2.1.9.22Zac Medico2010-10-231-1/+4
|
* Raise default backtrack limit from 5 to 10.Zac Medico2010-10-222-2/+2
|
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
|
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
| | | | | If we don't call doebuild_environment() then the 'O' variable is not set and fetch() doesn't use the manifest.
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
|
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
|
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
| | | | This tempdir stuff is handled by spawn_nofetch() now.
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-17/+30
| | | | This will fix bug #342157.
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-221-10/+1
|
* EbuildFetcher: Use fork for better performance.Zac Medico2010-10-221-33/+43
| | | | Instead of calling ebuild(1), simply fork and call fetch().
* Fix pretend phase doebuild_environment().Zac Medico2010-10-211-3/+2
|
* slot_collision.py: Define basestring for python3.Mao PU2010-10-171-0/+5
|
* emerge --depclean: Add more --debug output.v2.1.9.19Zac Medico2010-10-152-0/+23
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-152-3/+3
|
* Fix a typo in a comment.Zac Medico2010-10-151-1/+1
|
* Fix parallel-fetch output by BinpkgVerifier.Zac Medico2010-10-152-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-151-0/+5
|
* Optimize uninstall selection in serialize_tasks.Zac Medico2010-10-151-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-151-2/+2
| | | | | Hopefully this helps for bug #340983, similar to how it did for bug #291142.
* Ensure getaddrinfo fallback works when necessary.v2.1.9.18Zac Medico2010-10-131-5/+6
|
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-132-8/+50
|
* Show hostname when getaddrinfo fails.v2.1.9.17Zac 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
|
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-1/+1
| | | | | 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
|
* depgraph: Remove obsolete 'Missing binary' code.Zac Medico2010-10-111-12/+1
|
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-111-1/+1
|
* Add support for emerge --buildpkg=n.Zac Medico2010-10-112-3/+16
|
* Fix --sync maxretries calculation.Zac Medico2010-10-071-1/+1
|
* Calculate maxretries before len(ips) changes.Zac Medico2010-10-071-3/+4
|
* Use PORTAGE_TMPDIR if necessary for usersync.Zac Medico2010-10-071-7/+13
| | | | | Bug #340046 - Don't require PORTAGE_TMPDIR access for --sync unless it's really necessary.
* Report len(ips) as max retry count for --sync.Zac Medico2010-10-071-2/+7
|
* Fix spelling of 'wildcards' in --exclude error.Zac Medico2010-10-071-1/+1
|
* Add FifoIpcDaemon._reopen_input() method.Zac Medico2010-10-062-9/+14
|
* Bug #339976 - Suppress fifo POLLHUP events.Zac Medico2010-10-061-0/+11
|