2008-05-19 |
Zac Medico | Exclude "env" from use in variable substitution since... v2.1.5.1 |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Zac Medico | In unmerge(), flush the vardbapi aux_get() cache to... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Zac Medico | * Make vardbapi.aux_get() preserve newlines in multi... |
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. (trunk r10350) |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zac Medico | Add back the "install new portage asap" behavior that... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zac Medico | Detect and filter ebuilds that have invalid versions... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
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... v2.1.5 |
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 |
Zac Medico | add xterm-color and interix to list of valid terminals... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | Remove 'eselect compiler' references (trunk r10328) |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | Prefer deb2tgz over ar for unpacking .deb files when... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | Check vercmp() return value to avoid arbitrary results... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | fix man markup for PORTAGE_FETCH_RESUME_MIN_SIZE (trunk... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Zac Medico | capitalize Portage (trunk r10318) |
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". (trunk... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zac Medico | In the warning about eclasses in overlay overriding... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
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 | Merge from trunk: |
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 (trunk r10284) |
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. (trunk... |
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. (trunk... |
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 | Fix namespace breakage. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Instead of doing automatic uninstalls in advance, insta... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Zac Medico | Tolerate InvalidDependString exceptions when checking... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Zac Medico | Fix spelling of "SATISFIED". Thanks to Arfrever. (trunk... |
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. (trunk... |
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. (trunk r10210) |
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. (trunk... |
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 |
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. (trunk r10186) |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Zac Medico | In the package uninstall sanity check, use RDEPEND... |
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 | When a --resume list is rejected due to unsatisfied... |
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 | Make favorites handling in depgraph.select_files()... |
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(). (trunk... |
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 | Return early from create_world_atom() if an atom matchi... |
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. (trunk r10135... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Improve --resume handling of saved "favorites" argument... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | * Move circular deps and blocker displays to depgraph... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Similar to the circular dependency display, handle... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Use absolute paths for files in ${DISTDIR}. Thanks... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Bug #219294 - Fix 'date' and 'cut' arguments for BSD... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Move --resume options handling to the beginning of... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Make --nodeps automatically disable --tree. (trunk... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | Fix depgraph.loadResumeCommand() to identify an unsatis... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Zac Medico | * Check for masked packages in the --resume merge list... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Add a PackageVirtualDbapi.__iter__() method and use... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Zac Medico | Use match_pkgs() to simplify package comparison. (trunk... |
commit | commitdiff | tree | snapshot |
next |