| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary calls to dict.keys() from portage_manifest. | Zac Medico | 2006-04-10 | 1 | -7/+7 |
* | Remove db and mysettings from Manifest and replace them with a mapping object... | Zac Medico | 2006-04-10 | 3 | -11/+31 |
* | Pass DISTDIR into the Manifest constructor instead of getting it from mysetti... | Zac Medico | 2006-04-10 | 3 | -32/+31 |
* | Remove dependency on the core portage module from portage_manifest. | Zac Medico | 2006-04-09 | 2 | -13/+35 |
* | simpler dosym to make mr bones happy | Mike Frysinger | 2006-04-09 | 1 | -3/+4 |
* | Remove dead code from portage.digestParseFile(). | Zac Medico | 2006-04-09 | 1 | -30/+0 |
* | Encapsulate type guessing logic in a new Manifest method. | Zac Medico | 2006-04-09 | 2 | -9/+14 |
* | For compatibility, return a tuple of 3 when an OSError is raised in portage_c... | Zac Medico | 2006-04-09 | 1 | -1/+1 |
* | Move mf.create out of a loop because it should only need to be called once. | Zac Medico | 2006-04-09 | 1 | -1/+1 |
* | Supply missing parameters to a checkFileHashes call. | Zac Medico | 2006-04-09 | 1 | -1/+1 |
* | Remove bin/mirror.py because, according to Brian Harring, it's obsoleted by m...v2.1_pre8 | Zac Medico | 2006-04-08 | 2 | -167/+1 |
* | Remove pym/portage_contents.py because it's not used. Thanks to Brian Harring... | Zac Medico | 2006-04-08 | 1 | -161/+0 |
* | Remove pym/dcdialog.py because it's not used. Thanks to antarus for noticing. | Zac Medico | 2006-04-08 | 1 | -412/+0 |
* | Add copyright headers for portage_update and portage_manifest. | Zac Medico | 2006-04-08 | 2 | -0/+7 |
* | Fix some minor issues with the anydbm cache module. Thanks to Halcyon for rep... | Zac Medico | 2006-04-08 | 1 | -3/+3 |
* | Remove redundant "please tell me what to do" code, which is now handled earlier. | Zac Medico | 2006-04-08 | 1 | -5/+0 |
* | Fix myaction logic so that --resume works (with --pretend) for non-root users. | Zac Medico | 2006-04-08 | 1 | -3/+4 |
* | Protect string indexes during input stripping in dep_getkey and dep_getcpv. | Jason Stubbs | 2006-04-08 | 1 | -11/+7 |
* | Fix myaction logic (myaction==None is actually valid, regression from r3090). | Zac Medico | 2006-04-07 | 1 | -2/+2 |
* | remove reference to a script that doesnt exist | Mike Frysinger | 2006-04-07 | 1 | -2/+0 |
* | Fix this random y that was in the last commit...I blame nano :P | Alec Warner | 2006-04-07 | 1 | -1/+1 |
* | Fix a regression in security handling, emerge with no options should print ou... | Alec Warner | 2006-04-07 | 1 | -1/+4 |
* | Thanks to jforman for finding this one, emerge was not helpful when permissio... | Alec Warner | 2006-04-07 | 1 | -3/+9 |
* | Optimize manifest2AuxfileFilter handling of ignored directories. Thanks to B... | Zac Medico | 2006-04-07 | 1 | -3/+1 |
* | Raise exceptions when appropriate in the atomic_ofstream constructor for bug ... | Zac Medico | 2006-04-07 | 1 | -0/+2 |
* | Speed up portage.config.keys() | Alec Warner | 2006-04-07 | 1 | -6/+1 |
* | Change == None to is None | Alec Warner | 2006-04-07 | 8 | -74/+74 |
* | only display syncing progress for each file when --verbose is set; thanks Ola... | Simon Stelling | 2006-04-06 | 1 | -2/+2 |
* | set PKG_CONFIG_PATH correct on multilib systems; bug 126801 | Simon Stelling | 2006-04-06 | 1 | -0/+6 |
* | add /usr/local/{,s}bin to PATH; bug 117713 | Simon Stelling | 2006-04-06 | 1 | -1/+1 |
* | emerge info -> emerge --info | Simon Stelling | 2006-04-06 | 1 | -1/+1 |
* | Remove really really old check during a cvs move. Fix except statement to be... | Alec Warner | 2006-04-06 | 1 | -30/+1 |
* | Revert r3073 since it causes a regression (digestgen needs to be run for each... | Zac Medico | 2006-04-06 | 1 | -1/+3 |
* | Revert FEATURES=noclean behavior so that clean is only skipped after merge. ... | Zac Medico | 2006-04-05 | 1 | -3/+2 |
* | Move some color mappings to ensure that they do not override the user defined... | Zac Medico | 2006-04-05 | 1 | -5/+5 |
* | Add color code mappings for 16 colors in rgb format. | Zac Medico | 2006-04-05 | 1 | -12/+32 |
* | Remove the srcroot parameter from env_update because is doesn't work when por... | Zac Medico | 2006-04-05 | 1 | -13/+3 |
* | Don't generate digests on --pretend for repoman. Thanks go once again to exg... | Alec Warner | 2006-04-04 | 1 | -3/+1 |
* | Add support for user configuration of colors in the output module for bug #12... | Zac Medico | 2006-04-04 | 3 | -1/+48 |
* | Automatically create FILESDIR if necessary when writing old style digests. T... | Zac Medico | 2006-04-04 | 1 | -0/+7 |
* | fix typo in make.conf and remove RSYNC_EXCLUDEFROM since it's deprecated; bug... | Simon Stelling | 2006-04-04 | 1 | -9/+2 |
* | fix make.conf indentation per bug 127868; thanks to Paul Varner for the patch | Simon Stelling | 2006-04-04 | 1 | -2/+2 |
* | It was pointed out that we have a Test-Manifest perl package, which would get... | Alec Warner | 2006-04-03 | 1 | -1/+1 |
* | Fix yet another typo of mine, thanks to exg | Alec Warner | 2006-04-03 | 1 | -1/+1 |
* | Fix ordering in cvs calls to be correct, thanks to exg for the fix (again) | Alec Warner | 2006-04-03 | 1 | -6/+6 |
* | s/parenreduce/paren_reduce/ comment fix. | Jason Stubbs | 2006-04-03 | 1 | -2/+2 |
* | Remove out-dated TODO file | Alec Warner | 2006-04-03 | 1 | -60/+0 |
* | Fix a typo from r3058. | Zac Medico | 2006-04-03 | 1 | -1/+1 |
* | Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest... | Alec Warner | 2006-04-03 | 1 | -6/+12 |
* | Fix minor typo: reported by Brian Harring | Alec Warner | 2006-04-03 | 1 | -1/+1 |