aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lock-helper.py: disable_legacy_globalsZac Medico2011-12-101-0/+1
| | | | This prevents the portage.data module from accessing portage.settings.
* Check for bytes instead of unicode in args.Zac Medico2011-10-281-2/+2
| | | | | | This simplifies the checks since the bytes type is available in all supported python versions, while the unicode type is only available in python2.
* lock-helper.py: make locks quietZac Medico2010-10-221-0/+3
|
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+2
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-0/+23