summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert formatting so chromioumos-overlay won't have to rebaseZac Medico2010-04-271-2/+2
* Make spawning of `id -G portage` happen lazily when userpriv_groups is firstZac Medico2010-04-101-17/+22
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-061-4/+3
* Use PORTAGE_USERNAME when populating userpriv_groups.Zac Medico2010-03-251-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-231-2/+3
* Fix conditional logic for userpriv_groups intialization.Zac Medico2010-01-301-19/+20
* Define userpriv_groups earlier in order to avoid an AttributeError fromZac Medico2010-01-291-0/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+4
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-7/+8
* Use a single sys.hexversion conditional for both _unicode_func_wrapper()Zac Medico2009-08-121-2/+1
* Wrap portage.data.lchown() for unicode support in python-2.x.Zac Medico2009-08-111-0/+3
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-5/+2
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-2/+7
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-091-13/+13
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-041-2/+2
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-3/+1
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-291-1/+3
* Add back support for silent definition of the dummy lchown()Zac Medico2007-12-291-0/+4
* Simplify the userland detection code in portage.data and addZac Medico2007-12-291-10/+5
* Remove redundant lchown() compatibility code since theZac Medico2007-12-291-6/+0
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-3/+0
* Bug #121584 - Make the automatic USERLAND detection code recognizeZac Medico2007-12-291-1/+3
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+0
* Remove old wheel group warnings since portage stopped using this group long ago.Zac Medico2007-06-301-4/+0
* Provide a default value to the getattr call.Zac Medico2007-04-051-1/+1
* Make sure XARGS has a default value.Zac Medico2007-04-051-0/+1
* Don't force OS detection in the portage.data module.Zac Medico2007-04-051-4/+2
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-051-2/+0
* Add missing sys import.Zac Medico2007-03-031-1/+1
* Namespace sanitizing, step 3Marius Mauch2007-01-251-3/+3
* Namespace sanitizing, step 2Marius Mauch2007-01-251-2/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+126