2008-05-01 |
Marius Mauch | remove PORTAGE_TMPFS comment |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Detect an old version of tarsync and use bzip2 compress... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Sort blockers when caching them. (trunk r10054) |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | Don't add blockers to the graph more times than necessa... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Zac Medico | * Add a Package.operation attribute and use it to disti... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Fix 2 more types.InstanceType comparisons that are... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Bug #219837 - Adjust date calculations to improve accur... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Handle a KeyError when validating the blocker cache... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | * Fix dep_check() so that it doesn't expand virtual... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zac Medico | Fix "deep" logic in depgraph._complete_graph() so that... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zac Medico | Make unmerge() group packages by cat/pn when the order... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zac Medico | Prevent some more visible downgrades from possibly... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Handle a potential KeyError in depgraph.display() when... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | When a package scheduled for uninstall isn't installed... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Fix spelling. (trunk r10028) |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Add a Package.pv_split attibute to optimize version... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | For bug #211833, be explicit that the pkg_prerm() and... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | As suggested by Chr. Schaefer in bug #211833, comment... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Add comma to ("__weakref__",) so that it's a tuple... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Try to format the elog message better for bug #211833... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Use write_atomic() for manifest updates. (trunk r10016) |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Fix PackageVirtualDbapi.cpv_inject() to make sure packa... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Bug #211833 - When an ebuild removal phase fails, notif... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Bug #218854 - Fix depgraph._iter_atoms_for_pkg() so... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | Fix the EbuildQuote check to ignore "echo" and the... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zac Medico | * Remove the only remaining sys.exit() calls inside... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Never uninstall sys-apps/portage except through replace... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Bug #219369 - Enable automatic upgrage or downgrade... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Take the classes that initialize variables in __slots__... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Create a digraph.difference_update() method and use... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Remove unnecessary "mydbapi" variable in depgraph.displ... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Bug #172812 - When a package needs to be uninstalled... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Add a PackageVirtualDbapi.copy() method. (trunk r9982) |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Use digraphs to clean up blocker reference counting... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Don't assume that altlist() will succeed inside display... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | * Add a Blocker class to use instead of tuples. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Zac Medico | Refactor the way that depgraph.altlist(), _complete_gra... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Don't duplicate "system" in xterm titles either. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Don't show "world" twice in the xterm titles. Thanks... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | s/be only/only be/ (trunk r9972) |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Add some more spinner.update() calls in possibly time... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Zac Medico | Bug #172812 - If any Uninstall tasks need to be execute... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Add a note about automatic uninstallation to solve... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Combine --nodeps spinner logic. (trunk r9953) |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zac Medico | Bug #172812 - Automatically uninstall packages to avoid... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zac Medico | Make dir_get_metadata() retry if a httplib.ResponseNotR... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Bug #218439 - Improve alignment in short emerge --help... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | In show_slot_collision_notice(), refer to the problem... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | In action_metadata(), properly put the source cache... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Document FEATURES="metadata-transfer" changes some... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | Fix portage version, should be >=2.1.5. (trunk r9932) |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zac Medico | * Make portdbapi.aux_get() automatically pull pre-gener... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Zac Medico | Bug #218559 - Make portdbapi automatically add sandbox... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Zac Medico | Add a new part for "Dependency Resolution". (trunk... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zac Medico | Bug #218202 - Make sure the spinner is quiet in --nodep... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zac Medico | Make the ccache userpriv permission check from bug... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Zac Medico | Remove redundant version sorting in _expand_new_virtual... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Zac Medico | Fix portdbapi.getfetchlist() so that it doesn't unneces... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Zac Medico | If the mysettings parameter is not passed in to portdba... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Zac Medico | Bug #217905 - Fix portdbapi.getfetchlist() to correctly... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Zac Medico | Handle potential InvalidDependString exceptions from... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Zac Medico | Inside dblink.unmerge(), call self.updateprotect()... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Zac Medico | The dependency resolver now has a feedback mechanism... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Zac Medico | Comment some more on the significance of passing the... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Zac Medico | Add support to depgraph._select_atoms() to take a ... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Zac Medico | Revert part of atom selection consistency improvement... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Zac Medico | Bug #217664 - Fix emerge 'by path' package argument... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Zac Medico | In config.setcpv() and regenerate(), replace str.starts... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Zac Medico | * Call depgraph._add_dep() to add package dependencies... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Zac Medico | Split out a depgraph._add_dep() method. (trunk r9884) |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Zac Medico | s/timetasmp/timestamp/ (trunk r9883) |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | * For optimal atom selection, use PackageVirtualDbapi... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | To optimize consistency of atom selections, add all... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | Improve lookahead for new-style virtuals: |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | Make _dep_check_composite_db match() return multiple... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | Make movefile() tolerant to EPERM errors that can be... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | Bug #215673 - Make ebuild.sh leave IUSE defaults intact... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Zac Medico | In --buildpkgonly mode, don't discard RDEPEND and PDEPE... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Zac Medico | Fix the filtering for bug #215016: |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Zac Medico | Bug #217444 - Send debug-print() output to stderr so... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Zac Medico | * Optimize config.setcpv() to return early if IUSE... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Zac Medico | Bug #215016 - When transforming of USE flags to USE_EXP... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Zac Medico | Make binarytree.prevent_collision() adjust permissions... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Add some notes for the parallel-fetch feature and the... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Rename the undocumented --conistent option to --complet... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Make file_get() redirect FETCHCOMMAND output to stdout... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Fix 'undefined name' errors found by pyflakes. (trunk... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | When dep_check() expands new-style virtuals, use USE... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Make doebuild() bail out early with a PermissionDenied... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Remove all calls to config.load_infodir() since it... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | In config.setcpv() and load_infodir(), always set known... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Copy group mode bits from $PKGDIR when creating subdire... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Zac Medico | Tweak --buildpkgonly and fakeroot logic so that --build... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Nest the DepcheckCompositeDB class inside the depgraph... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Rename variable pkg_cpv to pkg_str. (trunk r9821) |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Fix "pkg" variable name collisions in depgraph.display... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Make the CHOST visibility check tolerant of missing... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Bug #217122 - When waiting for a parallel-fetch downloa... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Remove an unused function. (trunk r9810) |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Zac Medico | Implement expansion of catgories in DepcheckCompositeDB... |
commit | commitdiff | tree | snapshot |
next |