| Commit message (Expand) | Author | Age | Files | Lines |
* | When using the `read` builtin to split newlines in e* function arguments, use | Zac Medico | 2008-11-07 | 1 | -12/+12 |
* | Combine redundant arch_map code inside LinkageMap.rebuild(). | Zac Medico | 2008-11-07 | 1 | -8/+4 |
* | Swap the locations of the arch and soname keys inside LinkageMap._libs in | Zac Medico | 2008-11-07 | 1 | -24/+24 |
* | Inside LinkageMap._libs, use a SlotDict to store consumers and providers, | Zac Medico | 2008-11-07 | 1 | -9/+24 |
* | Bug #245932 - Pass use_mask and use_force parameters into recursive | Zac Medico | 2008-11-07 | 1 | -1/+2 |
* | Remove the special package.keywords mask warning from bug #223447 since | Zac Medico | 2008-11-06 | 1 | -34/+4 |
* | Bug #245661 - Never enable --complete-graph automatically since it's confusing | Zac Medico | 2008-11-06 | 1 | -14/+3 |
* | In Atom.__setattr__(), include inputs in case it helps for debugging with | Zac Medico | 2008-11-06 | 1 | -1/+2 |
* | Override Atom.__setattr__() to make Atom instances immutable. Thanks to Brian | Zac Medico | 2008-11-05 | 1 | -14/+20 |
* | Fix broken reference to self inside unmerge(). | Zac Medico | 2008-11-04 | 1 | -1/+2 |
* | Synchronize portage update/restart logic in dblink.merge() and | Zac Medico | 2008-11-04 | 2 | -10/+5 |
* | Free some memory by clearing the LinkageMap cache when it's not needed. | Zac Medico | 2008-11-04 | 3 | -0/+3 |
* | Bug #245362 - Use tuples of (device, inode) for all path comparisons inside | Zac Medico | 2008-11-04 | 2 | -25/+32 |
* | Bug #245358 - For unsatisfied dependencies, display the parent nodes and the | Zac Medico | 2008-11-03 | 1 | -6/+18 |
* | Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since it | Zac Medico | 2008-11-03 | 2 | -1/+6 |
* | Make metadata.missing and metadata.bad fatal by removing them from the | Zac Medico | 2008-11-02 | 1 | -2/+0 |
* | Import shutil globally. | Zac Medico | 2008-11-02 | 1 | -5/+3 |
* | Remove duplicate code inside EbuildFetchPretend._execute(). | Zac Medico | 2008-11-02 | 1 | -3/+0 |
* | Remove locking from EbuildFetchPretend since it uses a private temp directory | Zac Medico | 2008-11-02 | 1 | -5/+10 |
* | Bug #245231 - Make EbuildFetchPretend use a private temp directory in order | Zac Medico | 2008-11-02 | 1 | -2/+18 |
* | In SetConfig.getSetAtoms(), access self.psets directly in order to avoidv2.2_rc13 | Zac Medico | 2008-11-01 | 1 | -1/+2 |
* | In config.setcpv(), ensure that A and AA aren't in the env dict. | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | In _validate_deps(), show the ebuild version to clarify which ebuild the | Zac Medico | 2008-11-01 | 1 | -9/+13 |
* | TODO: In case some elf files collide with blocked packages, | Zac Medico | 2008-11-01 | 1 | -0/+3 |
* | In Scheduler._calc_resume_list(), use self.pkgsettings instead of the the | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Bug #239015 - Disable unmerge operations for EverythingSet/@installed. | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | When echoing the emake command, redirect to stderr since otherwise it breaks | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Remove broken pickle_write() since it can't possibly be used. | Zac Medico | 2008-11-01 | 1 | -15/+2 |
* | * In fetch(), ensure that pkg_nofetch is never called more than once. | Zac Medico | 2008-11-01 | 1 | -6/+13 |
* | Remove unnecessary handler for plain "Exception" from lstat() call in | Zac Medico | 2008-11-01 | 1 | -10/+0 |
* | Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lock | Zac Medico | 2008-11-01 | 2 | -0/+2 |
* | Explicitly load the preserved libs registry after obtaining a lock for merge | Zac Medico | 2008-11-01 | 2 | -0/+2 |
* | Before returning from PreservedLibsRegistry.store(), update self._data_orig. | Zac Medico | 2008-11-01 | 1 | -0/+2 |
* | Rename "object" variable to avoid name collision with the builtin class. | Zac Medico | 2008-11-01 | 1 | -4/+4 |
* | Define __all__ and remove unused imports. | Zac Medico | 2008-11-01 | 1 | -3/+4 |
* | Define __all__ and remove unused import. | Zac Medico | 2008-11-01 | 1 | -1/+3 |
* | Remove unused imports. | Zac Medico | 2008-11-01 | 1 | -3/+3 |
* | Filter PORTAGE_VERBOSE in save_ebuild_env(). | Zac Medico | 2008-11-01 | 1 | -1/+1 |
* | Bug #240295 - When emake is called, echo the make command similar to the way | Zac Medico | 2008-11-01 | 1 | -0/+2 |
* | Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match(). | Zac Medico | 2008-11-01 | 1 | -1/+2 |
* | Bug #244792 - Remove confcache support. | Zac Medico | 2008-11-01 | 2 | -31/+2 |
* | Bug #244947 - Add repoman support for checking masked and forced flags on | Zac Medico | 2008-11-01 | 2 | -4/+36 |
* | Bug #244947 - Add basic repoman support for checking masked and forced flags | Zac Medico | 2008-10-31 | 2 | -37/+65 |
* | Eliminate duplicate code by calling equivalent dblink._clear_contents_cache(). | Zac Medico | 2008-10-31 | 1 | -3/+1 |
* | Bug #243178 - Handle file collisions with preserved libs by allowing the | Zac Medico | 2008-10-31 | 1 | -2/+74 |
* | In dblink._collision_protect(), remove redundant self.isowner() calls since | Zac Medico | 2008-10-31 | 1 | -2/+4 |
* | Bug #236609 - Fix columns calculation for TERM="dumb". Thanks to Ulrich Müller | Zac Medico | 2008-10-31 | 1 | -1/+1 |
* | Revert previous commit since it doesn't properly calculate masked and forced | Zac Medico | 2008-10-31 | 1 | -20/+0 |
* | Bug #244947 - Add repoman support for checking masked and forced flags when | Zac Medico | 2008-10-31 | 1 | -0/+20 |
* | Remove unused conditional_disabled and conditional_enabled attributes from | Zac Medico | 2008-10-31 | 1 | -2/+2 |