2008-05-18 |
Zac Medico | Tweak vardbapi.aux_get() cache logic a bit. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Zac Medico | * To avoid excessive IO on each call to LinkageMap... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Zac Medico | Bug #222623 - Use "regardless" instead of "irregardless... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zac Medico | Add the environment and some more files to the existing... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zac Medico | Fix th logic from the previous commit. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zac Medico | Add back the "install new portage asap" behavior that... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Zac Medico | Detect and filter ebuilds that have invalid versions... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Zac Medico | Add dev-util/ftjam to the RDEPEND.suspect list as per... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Zac Medico | Add a note about interaction between FEATURES="metadata... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Zac Medico | Skip blocker atoms for the RDEPEND.suspect check. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Zac Medico | Bug #221537 - Add a new "RDEPEND.suspect" check for... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | add xterm-color and interix to list of valid terminals |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | Remove 'eselect compiler' references |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | Prefer deb2tgz over ar for unpacking .deb files when... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | make debug mode configurable |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | Add subversion support for repoman (patch by Fabien... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | ignore consumers from the current package instance... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Marius Mauch | Check vercmp() return value to avoid arbitrary results... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Mike Frysinger | fix man markup for PORTAGE_FETCH_RESUME_MIN_SIZE |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | capitalize Portage |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | Describe how we limit the probability that temporary... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | Bug #220533 - Document FEATURES="skiprocheck". |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zac Medico | Define the world_candidates variable earlier to make... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zac Medico | Filter sets that are not "world candidates" from the... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zac Medico | In the warning about eclasses in overlay overriding... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Marius Mauch | don't add package sets to 'world' that have world-candi... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Simplify the code for bug #221755 now that the substitu... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Make the variable substitution code for bug #221755... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Fix the variable subsitution code from bug #221755... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Bug #221755 - Enable variable substitution in make... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Add back the warning for DISTDIR about storing stuff... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Sync make.conf.example with make.conf.5 for bug #220111. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Bug #220111 - Update the DISTDIR docs to clarify that... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Zac Medico | Make the summary more accurate. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Zac Medico | If the uninstall task did not need to be executed because |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Zac Medico | eachother -> each other |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Zac Medico | Always include satisfied blockers as an indicator that... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Zac Medico | When selecting leaf nodes, if there is a mix of merge... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Zac Medico | Fix another KeyError, reported in Bug #221107, comment... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Bug #221053 - Save the resume list before verifying... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Bug #221071 - Prevent display_problems() from redundant... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Bug #221107 - Fix depgraph._serialize_tasks() so that... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Describe how file collisions between blocking packages... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Simplify code for derived Package attributes. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | For the "blockers" parameter that's passed into the... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | If an uninstall task fails inside MergeTask.merge(... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Use set.instersection() instead of a for loop. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Allow scheduled uninstalls to be selected the same... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Make the fix for bug #220341 better by checking all... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Zac Medico | Optimize BlockerDB.findInstalledBlockers() so that... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Bug #220987 - Fix UnboundLocalError for 'skip' that... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Make some confmem behavior modifications in order to... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Remove stale uninstall tasks from scheduled_uninstalls... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Remove unnecessary BlockerDB and BlockerCache _installe... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Don't save "uninstall" tasks in the resume list since... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Bug #220341 - USE=multislot can make an installed packa... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Bug #220775 - Source isolated-functions.sh before tryin... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Bug #220689 - Fix package selection logic so that it... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Don't use try/finally to close atomic_ofstream since... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Fix findInstalledBlockers() to check for blockers in... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Instead of doing automatic uninstalls in advance, insta... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Zac Medico | Tolerate InvalidDependString exceptions when checking... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Zac Medico | Fix spelling of "SATISFIED". Thanks to Arfrever. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zac Medico | In install_mask(), discard stderr messages from the... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zac Medico | Make satisfied blockers "darkblue" by default. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zac Medico | For consistency with the merge list display, show ... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zac Medico | Display satisfied blockers in green and show a small... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Use find -path -or -name to match basenames of files... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Cache results for Task.__hash__() calls. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Use vardbapi._excluded_dirs to filter results inside... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Add -MERGING-.* to vardbapi._excluded_dirs. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | * In vardbapi.cpv_all() use catpkgsplit() for validatio... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Handle a potential InvalidData exception in vardbapi... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Marius Mauch | fix preserve_libs logic to properly account for the... v2.2_pre6 |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Add "package" to EBUILD_PHASES since it's possible... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Bug #219286 - Whitelist INSTALL_MASK so that it works... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | * Fix --buildpkgonly logic to avoid an unwanted code... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Bug #220171 - Filter out 'lost+found' directories in... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Use writemsg() to warn about InvalidDependString except... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Use a separate digraph to preserve irrelevant blocker... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Zac Medico | Fix misplaced variable. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | In the package uninstall sanity check, use RDEPEND... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Marius Mauch | actually remove libraries that aren't strictly needed... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Marius Mauch | remove NEEDED from list of metadata variables (and... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Marius Mauch | remove obsolete class |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Similar to the sys-apps/portage protection, also add... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Do more validation of resume data from the mtimedb. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | In order to fix --tree display behave normally in ... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Fix misplaced variable used as parameter to _load_favor... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Fix package counters in depgraph.display() so they... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Fix some unwanted interaction between --tree display... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Remove obsolete tuple() usage inside depgraph.display(). |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Fix spelling of _show_unsatisfied_blockers(). |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | In BlockerData._load(), salvage as much cache as possib... |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | Validate all the data types inside BlockerCache._load... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | When a resume list is rejected, display the invalid... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | When a --resume list is rejected due to unsatisfied... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Don't clean out old resume lists when in --ask or ... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | When loadResumeCommand() rejects a resume list, give... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Fix display_problems() logic some more. |
commit | commitdiff | tree | snapshot |
next |