2006-12-16 |
Zac Medico | For bug #158177, force configure scripts that automatic... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make repoman cache per-profile xmatch results. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Split ACCEPT_KEYWORDS before entering the loop for... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Make sure eapi is defined in order to prevent a NameError. |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | Cache KEYWORDS and EAPI metadata values in order to... |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Zac Medico | For bug #157897, show parent nodes in order to help... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Cache blocked slots for better efficiency. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Make --columns blockers output more consistent when... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Remove pointless unpacking of the parent node. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Remove redundant priority handling since that's always... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Fix the --onlydeps conditional logic in depgraph.create... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Use depgraph.pkg_node_map so simplify comparison agains... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Update the comment about depgraph.pkg_node_map since... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | Fix a typo from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Zac Medico | For bug #157897, add slot collision handling in depgrap... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Mike Frysinger | handle --cols when displaying blockers |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | For bug #157897, handle the case of multiple versions... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Remove redundant digraph.pkg_node_map node insertions... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Track slot atom to digraph node mappings as the depgrap... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Zac Medico | Move the biolerplate cpv_all() implementation from... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For bug #157897, ensure that only "merge" nodes are... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For bug #157897, only let depgraph.create() inject... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | For higher efficiency, call self.__int__() instead... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Optimize dep_check calls in depgraph.validate_blockers... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Store dependency metadata in depgraph.mydbapi so that... |
commit | commitdiff | tree | snapshot |
2006-12-12 |
Zac Medico | Centralize all of the vardb metadata mangling in FakeVa... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | All portage.fetch() to succeed even if FETCHCOMMAND... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Make the fetch phase bail out if FETCHCOMMAND or RESUME... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | For bug #157823, ignore blocker collisions between... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | For bug #157823, don't forget to split the USE. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Fix a typo from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | When there are multiple packages occupying the same... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Zac Medico | Ensure that the root of the vdb exists before attemptin... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Ignore blockers when "--buildpkgonly" is enabled. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Add an allow_blockers parameter to isvalidatom so that... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #157734, fix repoman isvalidatom() checks.... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Don't collapse the tuple into a hash, since dict can... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | To minimize memory consumption and maximize performance... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Make sure the SLOT comes from the vardb instead of... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #128809, optimize dep_check calls and enable... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Initialize the match cache in the bindbapi constructor. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache the results of fakedbapi.match() calls and clear... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Use dep_getcpv() inside dep_expand() for code sharing... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache results of dep_getcpv() calls. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Cache the results of match_from_list() calls. |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Avoid unnecessary dbapi.cp_list() calls inside cpv_expa... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | For bug #128809, process blockers for all installed... |
commit | commitdiff | tree | snapshot |
2006-12-10 |
Zac Medico | Escape a newline from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Don't attempt to enforce merge order unless the blocker... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | This patch cleans up the blocker validation logic.... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | For bug #157369, clean when cleanup has been triggere... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Clean up depstring/atom splitting and filtering. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Add ? to the invalid atom characters. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Make isvalidatom() (and thus repoman) reject atoms... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Use portage.isvalidatom() for atom validation in repoman. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Add use.force support to dep_check for repoman especial... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Marius Mauch | adjust QA_* variable names for complex values of like... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Fix a type from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Fix broken SLOT update logic in fakedbapi.cpv_inject(). |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Split some global updates functions out of depgraph... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Use tuples for digraph nodes in order to avoid lots... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Remove unused depgraph.match() method. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Move the reset of the per-root initializations into... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Go ahead and populate depgraph.mydbapi even when -... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Remove locking from dbapi.aux_update() implementations... |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Zac Medico | Clean up vardbapi.aux_get(). |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Remove all traces of FEATURES=cvs since code for that... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Indicate test failure with an exit code. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Break out of the loop if a CacheError occurs. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Delete the exception object after use. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | For bug #157370, make `emerge --regen` cleanse stale... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Simplfy deprecated action parsing logic. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Avoid bogus 'Deprecated use of action' warnings for... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Alec Warner | add some portage_util tests |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Marius Mauch | Allow searching for action terms again |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Alec Warner | minor syntax changes ( in is faster than has_key )... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Zac Medico | Make all lock files hidden for bug #142369. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Alec Warner | Add pretty basic vercmp unit testing...need more cases |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | s/zip/izip/ some more |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | s/zip/izip/ Thanks to Brian Harring for the suggestion. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Alec Warner | A quick docstring for vercmp |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Catch an exception instead of using a redundant os... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Alec Warner | portage_versions lacks a header or copyright notice :x |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Enable FakeVartree to populate the virtuals so that... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Share the same config instance between portagetree... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | For bug #152127, make vercmp give less value to implcit... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Revert r5175 for bug #152127 since the original = behav... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Fix the 'TypeError: not all arguments converted during... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Make sure the ebuild path is properly normalized. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | For bug #157393, fix up ebuild path normalization so... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Make repoman bail out if it's unable to generate the... |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Fix broken SRC_URI logic in doebuild. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | Fix broken SRC_URI logic from the previous commit. |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Zac Medico | For bug #157385, enable portage.digestgen() to fetch... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Fix indentation. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Remove all traces of the unmerge raise_on_missing param... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Always silently ingnore missing packages during unmerge. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Fix depclean so the fake vartree is used in dep_check... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Allow depclean to silently skip packages unmerged behin... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Use FakeVartree for vardb lock/cache during depclean. |
commit | commitdiff | tree | snapshot |
next |