| Commit message (Expand) | Author | Age | Files | Lines |
* | Inside vardbapi.removeFromContents(), automatically clear the contents cache | Zac Medico | 2008-11-09 | 1 | -0/+1 |
* | Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packages | Zac Medico | 2008-11-09 | 1 | -1/+6 |
* | Bug #245362 - Rewrite preserve-libs preservation code so that it always relies | Zac Medico | 2008-11-09 | 1 | -158/+121 |
* | Inside LinkageMap, use self._obj_key() whenever possible. | Zac Medico | 2008-11-09 | 1 | -13/+6 |
* | Fix $ROOT handlink inside display_preserved_libs(). | Zac Medico | 2008-11-08 | 1 | -3/+3 |
* | With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modules | Zac Medico | 2008-11-08 | 1 | -4/+1 |
* | Handle CommandNotFound exceptions if the scanelf binary happens to be missing, | Zac Medico | 2008-11-08 | 2 | -21/+51 |
* | In LinkageMap.rebuild(), immediately raise a CommandNotFound exception if | Zac Medico | 2008-11-07 | 1 | -4/+5 |
* | Handle a potential OSError that occurs if the scanelf binary is missing | Zac Medico | 2008-11-07 | 1 | -14/+20 |
* | Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key. | Zac Medico | 2008-11-07 | 1 | -3/+5 |
* | Improve the error message that's generated in LinkageMap.rebuild() for corrupt | Zac Medico | 2008-11-07 | 1 | -5/+9 |
* | When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT when | Zac Medico | 2008-11-07 | 1 | -3/+16 |
* | Fix LinkageMap.rebuild() so that the data from include_file overrides the | Zac Medico | 2008-11-07 | 1 | -12/+32 |
* | 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 |