2007-10-30 |
Zac Medico | Implement license filtering for xmatch minimum-visible and |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zac Medico | Optimize xmatch "bestmatch-visible" to do fewer metadata |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zac Medico | Implement a "consistent" depgraph parameter (enabled... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Zac Medico | Use rstrip("\n") to remove trailing newlines from |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Zac Medico | Rewrite the dblink.getcontents() code to use str.split... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Zac Medico | Make portdbapi.cp_list() use os.listdir() instead of |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Fix PackageSet.getAtoms() and getNonAtoms() so that... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Fix --depclean to use SetConfig.getSetAtoms() and also... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Fix SetConfig.getSetAtoms() to stop initializing ignorelist |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Optimize stdout_spinner.update() methods so that they... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Fix cp_list() to prevent it from returning a reference |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Zac Medico | Sort all dbapi.cp_list() results in ascending order and |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Zac Medico | Replace depgraph._slot_node_map with _slot_pkg_map so |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Zac Medico | Make depgraph._select_atoms() more flexible by allowing |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Zac Medico | Reuse an existing EmergeConfig instance instead of |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Zac Medico | Fix broken $ROOT handling for setconfig in the MergeTask |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | In portage.fetch(), condense digest check ouput to... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Optimize repoman to share portdbapi.cp_list() results |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Add missing break statement for xmatch minimum-visible. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Optimize repoman visibility checks to access as little |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Make emerge add sets to the world file as one would... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Allow sets to get through world file validation and |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Prevent premature expansion of old-style virtuals |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Zac Medico | Optimize the algorithm used for expansion of set |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Marius Mauch | update notes about package sets |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Marius Mauch | break potential cycles in set expansion |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Marius Mauch | use SetConfig.getSetAtoms instead of PackageSet.getAtom... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Marius Mauch | use a @ prefix for sets, and replace world/system with... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Marius Mauch | Allow sets to contain non-atoms |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | FIX: indentation problem, also end the Portage identifi... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Fix: Make repoman actually USE -m commit message again... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Correct expected split counts for CONTENTS lines. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Handle a potential IndexError. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Remove obsolete whitespace handling code for "obj"... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Handle multiple consecutive spaces in filenames as per |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | For the emergelog message, send in the original list of |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | If the title string is too big then xtermTitle() can |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Filter atoms that come from sets when generating |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | For the global AUTOCLEAN, pass an empty list into unmerge() |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Spit out a depgraph._get_existing_pkg() method for... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Make the Package class generate the digraph nodes. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Zac Medico | Fix inverted logic error. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Convert depgraph creation from using recursive calls to |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Add back support for greedy SLOTs when --update is... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Fix broken import. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Add back support for helpful `emaint --check world... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Add back support for detecting if the world file contains |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Add back support for handling missing system/world... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Replace sys.exit() calls with return statements in... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Remove --update greedy SLOTs code from depgraph.select_... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Zac Medico | Make world atoms non-greedy for SLOTs in action_depclean() |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Marius Mauch | remove 'system' and 'world' as actions, and remove... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Fix selective logic to work properly with masked packages. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Match packages against arguments earlier in |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Fix logic for the "selective" depgraph parameter so |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | document PROFILE_ONLY_VARIABLES |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | revert r8256 (plans changed) |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | move base classes for package sets into a separate... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | just pass the SetConfig instance instead of only the... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Optimize PROFILE_ONLY_VARIABLES handling. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | make 'world' and 'system' behave like their sets/ count... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | make PROFILE_ONLY_VARIABLES incremental |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Marius Mauch | protect variables specified in PROFILE_ONLY_VARIABLES... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Alec Warner | add quickie logger function |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Alec Warner | Begin to use python logging framework. Remove if quiet... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Don't show the "checking files for package collisions... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Alec Warner | aha, i knew that diff was screwy, the mail to portage... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Alec Warner | fix tabbing |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Alec Warner | Sigh, this integration did not go well, please check... |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Print the Id tag an it's own line to avoid going |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Fix the version Id tag. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Fix config.setinst() to return early when the given |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Remove a redundant self.treeVirtuals deepcopy from the |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Zac Medico | Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Zac Medico | Fix broken imports. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Zac Medico | In depgraph.create(), if a direct circular dependency is |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Zac Medico | In depgraph.create(), don't ignore direct circular... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Zac Medico | Bug #184118 - Add an emaint "cleanresume" action that... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Zac Medico | Bug #196680 - Handle a CacheError inside mirror_cache... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Combine depgraph._select_dep() into create() so that |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Always pass package metadata into depgraph.create() so |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Do a loop over each dependency type to simplify |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Don't catch a ValueError if it isn't the type that... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Fix NewsManager.getUnreadItems() so that it works properly |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Bug #196427 - Prevent various news related tracebacks |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | note that sets can't contain other sets |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | add some notes about restrictions wrt package sets |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | fix comment |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | ignore "permission denied" errors when changing perms... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | restore proper call logic |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Marius Mauch | Remove slashes that cause problems when unpacking files... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Remove uneeded "arg" and "addme" parameters where possible. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Use a "depth" parameter to track depth of recursion... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Split the "arg" parameter out of depgraph.select_dep... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Bug #196537 - Make portageq check that the <root> parameter |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Make depgraph.xcreate() use the filtered repo to determine |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Raise an InvalidDependString exception if necessary... |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Rename variable for consistency. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Zac Medico | Split the atom selection logic out of depgraph.select_d... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Zac Medico | Split the package selection logic out of depgraph.selec... |
commit | commitdiff | tree | snapshot |
next |