2006-11-22 |
Zac Medico | For bug #142993, make sure that chown and chgrp calls... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Enable PORTAGE_CONFIGROOT to be set via an new --config... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Print a warning message if a user requests a package... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | For bug #155739, only check if a dep is in the args... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Allow the ROOT setting to come from make.conf. Thanks... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Remove more redundant package.provided handling that... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Remove redundant package.provided handling that is... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | For depclean, just pass in None for mydbapi (instead... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Allow dep_wordreduce to mark things satisfied by packag... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Zac Medico | Use mydbapi is None to eliminate the return_all_deps... |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Zac Medico | Fix portdbapi.cpv_all() so that it actually returns... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Zac Medico | Use fake_vardb for cached aux_get calls. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Zac Medico | For bug #155559, force depclean dep_check calls to... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Zac Medico | Revert ACCEPT_LICENSE support, since license group... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | s/settings/mysettings/ typo |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | Make fixpackages use PORTAGE_NICENESS. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | For bug #155484, apply PORTAGE_NICENESS as soon as... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | Fix a typo that prevents emerge --clean from working... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | Integrate old-style virtuals handling into _expand_new_... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | Fix _expand_new_virtuals so that it doesn't allow any... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Zac Medico | Update the _expand_new_virtuals docstring with a not... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Zac Medico | Revert the depclean message, since new-style virtuals... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Zac Medico | For bug #141118, make dep_zapdeps assign zero cost... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Zac Medico | Pull in the new-style virtuals and install them so... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Zac Medico | Add a note about removal of new-style virtuals in the... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Zac Medico | For bug #141118, make dep_check do recursive expansion... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Zac Medico | Don't try to lock the vdb unless privileges are sufficient. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Zac Medico | Automatically convert --ask to --pretend when the user... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Only reload the config if global updates have actually... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Make portage.global_updates() return any updates that... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Fix a lock file leak. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Remove useless unmerge() call after collision-protect... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Make fakedbapi support generic metadata instead of... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Cache depgraph.altlist results, since altlist is called... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | For bug #154897, show a summary of fetch restrictions... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | For bug #154986, show the usual "Filesize does not... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Remove reentrance support for dblink.lockdb() since... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Use try/finally to ensure that locks are properly relea... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Use try/finally to ensure that locks are properly relea... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Use try/finally to ensure that locks are properly relea... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Zac Medico | Use try/finally to ensure that locks are properly relea... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Zac Medico | For bug #154989, lock /var/db/pkg while determining... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Zac Medico | For bug #154989, use a single lock on /var/db/pkg since... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Zac Medico | For bug #154919, when depclean is unable to resolve... |
commit | commitdiff | tree | snapshot |
2006-11-13 |
Zac Medico | For bug #154921, prevent an IndexError when a + is... |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Zac Medico | Fix depgraph.pkg_node_map so that it properly supports... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Zac Medico | For bug #154554, validate all profile virtuals atoms. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Zac Medico | For initial gentoo-x86 checkout, if $PORTDIR exists... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Zac Medico | Fix initial cvs checkout logic for bug #100478. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Zac Medico | Fix emerge --sync with a cvs:// uri so that it runs... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Zac Medico | Make digestcheck() fail if an ebuild isn't listed in... |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Zac Medico | Thanks again to Chris White for these additional portag... |
commit | commitdiff | tree | snapshot |
2006-11-08 |
Zac Medico | Thanks to Chris White for these portage_dep docstrings. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Add --newuse back to the suggested options in the depcl... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | For bug #154207, add a note about package.provided... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | s/grabdict/grabdict_package/ for bug #63429. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Remove some stray blocker validation logic. |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Plug some holes in the blocker validation logic so... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Thanks to Bo Ørsted Andresen <bo.andresen@zlin.dk>... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Thanks to Chris White for these portage_checksum docstr... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Print the number of upgrades, downgrades, etc. next... |
commit | commitdiff | tree | snapshot |
2006-11-07 |
Zac Medico | Fix validate_blockers() so that a package doesn't block... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Minimize getvirtuals() calls and dict lookups inside... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Simplify the new-style -> old-style virtuals bridge... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | For bug #154220, run /etc/portage/bin/post_sync at... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Make config.add_new_virtuals() work properly even if... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | For bug #154223, bridge new-style virtuals into old... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Make sure the node is still in the graph so that a... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Remove old code the used to bump portage near the top... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Remove "update portage before proceeding" message that... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Ensure that sys-apps/portage is as close as possible... |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Zac Medico | Prevent the --newuse check in depgraph.create() that... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Zac Medico | Revert implicit rdepend behavior back to the way it... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Zac Medico | Fix --ignore-default-opts for bug #153980. |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Zac Medico | Make sure trg is defined. |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Zac Medico | When transferring cache after sync, compare all metadat... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Zac Medico | Don't allow RESTRICT=ccache since it should work and... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Zac Medico | Enable RESTRICT=ccache. Thanks to drizzt for reporting. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Zac Medico | Silently omit info_pkgs that aren't installed. Thanks... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Zac Medico | For bug #153951, fail with a simple "Permission denied... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Zac Medico | Fix the USE_ORDER docs for bug #153764. Thanks to... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Zac Medico | Remove broken nocolor() call, since thats handled inter... |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Zac Medico | Add --color < y | n > help output for bug #42115. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Zac Medico | Document the new --color < y | n > option for bug ... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Zac Medico | Implement --color < y | n > for bug #42115 and deprecat... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Zac Medico | For bug #116616, only run the post_process phase if... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Zac Medico | For bug #129670, skip the replace-cvs and replace-wscom... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Zac Medico | For bug #153282, automatically find the owner package... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Zac Medico | For bug #153295, make load_infodir ignore files that... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Mike Frysinger | recommend people use `emake` rather than `make` when... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Zac Medico | Add support for frozen config files for which updates... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Zac Medico | Fix a KeyError when the profile doesn't define default... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Zac Medico | Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Zac Medico | Just use stat instead of lstat for config protect,... |
commit | commitdiff | tree | snapshot |
2006-10-30 |
Zac Medico | For getmaskingstatus messages, don't assume ARCH is... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Zac Medico | For bug #153295, do a sanity check for non-string types... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Zac Medico | Use a tuple for __slots__ so that it's immutable. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Zac Medico | Don't forget to continue for invalid binpkgs. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Zac Medico | Prevent an attribute error AttributeError for invalid... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Zac Medico | Use mtree to save/restore bsd file flags before/after... |
commit | commitdiff | tree | snapshot |
next |