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 |
2006-12-06 |
Zac Medico | Delete the depgraph when it's no longer needed. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Use a fake vartree for depgraph calculations. This... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Only call calc_changelog if there is an installed versi... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Remove dependence on the vartree api by using equivalen... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Remove unused depgraph.is_newer_ver_installed() method. |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Implement fakedbapi.aux_update(). |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Sync match_to_list >=, <=, etc.. code with the new... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Zac Medico | Make match_to_list = behavior consistent with >= and... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | Fix up mtimedb["ldpath"] references broken by the previ... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | For bug #157134, make `emerge --digest` automatically... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | Use portage.chdir() instead of os.chdir() in order... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | For `ebuild --force digest`, exempt the depend phase... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | Update the RESTRICT=binchecks docs. Thanks to jakub... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | Make `repoman fix` work with the new ebuild Manifest... |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Zac Medico | When portdbapi.aux_get() generates a KeyError in portag... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Mike Frysinger | drop RESTRICT=stricter since every aspect it covers... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Zac Medico | Move the global statement out of the try block so that... |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Zac Medico | Make portage.digestgen() automatically exempt the depen... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Skip digest checks when digest is in features. |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Make sure that all depend phases triggered by the diges... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Make sure that *all* of the ebuilds are listed in the... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Only attempt to verify the Manifest if the ebuild is... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | For consistent behavior in all timezones, make emerge... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Avoid checking the same Manifest several times in a... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Temporarily exempt the depend phase during the help... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | For manifest and digest phases, use a global variable... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Zac Medico | Always verify the ebuild checksums before executing... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Marius Mauch | use a link in CXXFLAGS section (the typo caused it... |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Marius Mauch | fix a few docutils errors |
commit | commitdiff | tree | snapshot |
2006-12-01 |
Marius Mauch | add ReST template to be used for manpage/make.globals... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Ned Ludd | - no point in forking a call to true when we can simply... |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Ned Ludd | - make sure QUIET mode is exported to the environment... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Zac Medico | For bug #8423, make dispatch-conf preserve timestamps... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Zac Medico | For bug #8423, make etc-update preserve timestamps... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Zac Medico | Update the dblink.isprotected() docstring. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Zac Medico | Never overwrite an untouched config file and trigger... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Zac Medico | For bug #8423, allow the merge phase to overwrite untou... |
commit | commitdiff | tree | snapshot |
next |