aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* Harring's rule of CVS: "the bugs do not appear until the delta has been comm...Brian Harring2005-03-071-1/+1
* eclass_cache is now eclass_cache.py:cache, config is config.py:config.Brian Harring2005-03-076-1068/+1091
* Fixed a var substitution that caused installed virtuals to not be considered.Jason Stubbs2005-03-021-4/+4
* final tweak, I swear. logdir should be sane/perfect now.Brian Harring2005-03-021-8/+12
* typos suck.Brian Harring2005-03-021-2/+2
* blah. logfile again.Brian Harring2005-03-021-4/+6
* force correct owner/perms on portage logging file.Brian Harring2005-03-021-1/+4
* Added missing bsd_chflags import required after forward porting.Jason Stubbs2005-03-022-6/+16
* Fixed a couple of syntax errors.Jason Stubbs2005-02-271-2/+2
* merged forward porting of portage_exec changes that jason split off (unknown ...Brian Harring2005-02-261-3/+3
* Brought forward changes from portage_2_0Jason Stubbs2005-02-2626-156/+421
* adios PORTAGE_TMPFS, we hardly knew ye.Brian Harring2005-02-251-5/+1
* - add manifest_filesNed Ludd2005-02-241-5/+13
* new logging systemMarius Mauch2005-02-218-12/+162
* achtung, baby.Brian Harring2005-02-191-17/+13
* speedups, some massive.Brian Harring2005-02-182-88/+74
* Fixed emerge so that the "emerge by path" message is only shown when theJason Stubbs2004-12-141-2/+2
* pkgcmp needs to be in portage namespace as wellMarius Mauch2004-12-131-3/+4
* Modified atom.match() to reflect the change of cpv becoming an attribute ofJason Stubbs2004-12-111-11/+10
* ints don't have string methodsMarius Mauch2004-12-091-2/+2
* fixing verify-rdependMarius Mauch2004-12-081-6/+14
* Inital commit. Refactors all of portage_versions.py and some functions fromJason Stubbs2004-12-071-0/+322
* Added Ludal's clean up patch. #69523Jason Stubbs2004-12-075-364/+354
* cleanup, removed the sys import and a lingering sys.exitBrian Harring2004-12-051-5/+1
* cache refactoring code.Brian Harring2004-12-058-0/+590
* Strip patch from SpanKY. cpv_exists() fix.Nicholas Jones2004-12-052-11/+11
* bin/emerge: Added class graph_display and moved most of depgraph.display()Jason Stubbs2004-11-231-5/+10
* lalalaMarius Mauch2004-11-231-2/+2
* spawn != spawn_bash.Brian Harring2004-11-231-2/+2
* logic tweak to install just .pyc's.Brian Harring2004-11-201-5/+6
* fixups.Brian Harring2004-11-201-2/+2
* compatibility hack till people shift to using the split out sandbox code.Brian Harring2004-11-201-2/+9
* autotooling of portage.Brian Harring2004-11-201-0/+23
* fixing versioning regexpMarius Mauch2004-11-181-1/+1
* Fixes for GSO changes for gpg.Nicholas Jones2004-11-154-38/+34
* typos suck.Brian Harring2004-11-151-4/+4
* tweak.Brian Harring2004-11-151-2/+7
* pass home in.Brian Harring2004-11-152-7/+10
* make it less noisy.Brian Harring2004-11-141-2/+2
* Updated to make it more memory efficient- slots based, uses weakrefBrian Harring2004-11-131-34/+40
* using portage_exec.spawn_capable in the func prototype is bad, the value is g...Brian Harring2004-11-121-2/+5
* corrected typo.Brian Harring2004-11-121-2/+2
* tewak to ensure sandbox is dead if specified.Brian Harring2004-11-121-1/+4
* actually it was just a typo :-/Marius Mauch2004-11-121-2/+2
* missing qualifierMarius Mauch2004-11-121-2/+2
* tweaked the constant for sleep.Brian Harring2004-11-121-2/+2
* reverting the earlier reversion, and correcting a 3s sleep.Brian Harring2004-11-121-31/+40
* moved catsplit for ensuing cache rewrite.Brian Harring2004-11-122-11/+12
* corrected an issue langthang/seemant spotted, basically the regex pattern in ...Brian Harring2004-11-121-1/+7
* fixup so stepping through phases w/ fakeroot on will still correct perms for ...Brian Harring2004-11-111-6/+10