2008-06-25 |
Zac Medico | Bug #229069 - Before deleting the depgraph, break refer... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | Fix spelling of depgraph._complete_threshold. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | If dep calculation time exceeds 20 seconds then automat... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | Use weakref.WeakValueDictionary to make cached Atom... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | Bug #229233 - Fix Atom -> str breakage in the depgraph... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | Clear dbapi caches just after deleting the depgraph... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Zac Medico | Fix some remaining corner cases that cause bug #220341... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Zac Medico | Use paths from portage.const instead of hardcoded versions. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Zac Medico | Bug #228977 - During dblink._preserve_libs() calls... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Zac Medico | Bug #228935 - Add a new "command not found" build log... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Zac Medico | Bug #228977 - Protect against possible infinite loop in |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Zac Medico | Bug #228939 - Fix display list interaction with --tree... |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Zac Medico | Fix broken path handling wrt $ROOT in LibraryConsumerSe... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Fix Atom -> str breakage in depgraph._show_slot_collisi... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Implement Atom.__cmp__() so that things like list.sort... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Bug #228489 - Restore the "ci" alias for "commit" mode... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Fix Atom -> str breakage in depgraph.display_problems(). |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Make LibraryConsumerSet.mapPathsToAtoms() use the conte... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Fix implicit_pattern to match different quote character... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Exclude calls to autoheader and makeinfo from the autom... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Zac Medico | Use bash's built-in echo instead of the actual echo... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Mike Frysinger | drop old -i,--include-masked option #226429 by Tobias... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Fix Atom -> str breakage in WorldSet.write(). |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Remove unused Atom.string attribute. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Add subversion support for repoman. (thanks grobian) |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Bug #228595 - Use os.path.realpath() before comparing... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make isvalidatom() use the Atom cache to avoid validati... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make Atom use str.__eq__ and __ne__ also. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make Atom use str.__hash__. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make the Atom cache dict private and add a docstring... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Use a metaclass to cache Atom instances transparently... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Instead of having Atom inherit from str, just emulate... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make the visibility related config methods such as... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Marius Mauch | reenable warning about missing repository names v2.2_rc1 |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Marius Mauch | revert accidential commit |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Marius Mauch | update release notes/news |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Document the new emerge <file> feature. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Zac Medico | Make emerge <path> path search for multiple owners... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Zac Medico | Pass a Package instance into LineCheck.new(), and use... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Zac Medico | Refactor the 'inherit.autotools' and 'IUSE.undefined... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Bug #228075 - Explicitly call gc.collect() to try and... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | As suggested by remi`, make the 'inherit.autotools... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Add an exemption for x-modular in the "inherit.autotool... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Bug #225285 - Add support for persistent options stored... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Bug #225285 - Add a --skip-manifest option that disable... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Add a help string for --debug. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Zac Medico | Use optparse instead of getopt. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | More eblank. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Remove eblank docs. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Marius Mauch | remove stray line |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Marius Mauch | Remove eblank nonsense |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Marius Mauch | Remove eblank nonsense |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Marius Mauch | Do not preserve the master link of a library to avoid... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Marius Mauch | fix typo |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | * Document eblank and eqawarn in the ebuild.5 man page. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Add note about bug #226505. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Add a "Interaction with previous installed version... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Add "blank" to the default PORTAGE_ELOG_CLASSES setting. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Fix BLANK order and color. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | * Rename NEUTRAL color to BLANK for eblank. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Zac Medico | Add support for an new "eblank" elog function that... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Document the new ACCEPT_CHOSTS variable. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Tweak the config._accept_chost() regex. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Re-enable vardbapi.cpv_all() cache now that bug #223417... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Bug #223417 - Due to 1 second mtime granularity in... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Make some post_merge() things conditional on the vdb... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Zac Medico | Add some write access checks in post_merge() in order... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Zac Medico | Fix config._accept_chost_re so it's only an instance... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Zac Medico | Add support for and ACCEPT_CHOSTS variable that control... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Zac Medico | Fix the 'inherit.autotools' check to account for apache... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Zac Medico | Add two new build log qa checks, suggested by Diego... |
commit | commitdiff | tree | snapshot |
2008-06-12 |
Zac Medico | Pass missing "installed" parameter into Package constru... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Handle InvalidDependString in _package_cache.__setitem__(). |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Fix indent. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Handle InvalidDependString. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Bug #225767 - Suppress warnings for installed packages... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
Zac Medico | Use spawn() instead of system(). |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Add another sanity check in the owners cache. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Use isinstance() instead of handling TypeError. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Bug #225285 - Allow digestcheck() to succeed when the... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Add some sanity checks and error tolerance in the owner... v2.2_pre8 |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Fix missing initialization. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Remove unused PackageVirtualDbapi.__getitem__() method. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
Zac Medico | Add CONTENTS indexing support for optimization of owner... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | When inside fakeroot, directories with portage's gid... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Marius Mauch | make sure that scanelf is called with the right paths... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Bug #225285 - Allow digestcheck() to succeed when the... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Make portdbapi.aux_get() return float type for _mtime_. |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Add additional functions such as eaclocal and eautohead... |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-06-08 |
Zac Medico | Make repoman pass Package instances into run_checks... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Inside, create_trees(), pass target_root="/" into the... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Validate ROOT from make.conf. |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Make load_emerge_config() filter out empty PORTAGE_CONF... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | Bug #224271 - New check 'IUSE.undefined', renamed from... |
commit | commitdiff | tree | snapshot |
2008-06-07 |
Zac Medico | As suggested by Flameeyes, add a new 'inherit.autotools... |
commit | commitdiff | tree | snapshot |
next |