| Commit message (Expand) | Author | Age | Files | Lines |
* | For bug #156536, update --resume docs to show that the resume history is capa... | Zac Medico | 2007-06-06 | 1 | -4/+9 |
* | Improve support for slot deps atoms given on the command line. Thanks to Fla... | Zac Medico | 2007-06-04 | 1 | -2/+5 |
* | Add --getbinpkg digest verification. | Zac Medico | 2007-06-01 | 1 | -3/+26 |
* | Make automatic "global updates" always use the config instance that's associa... | Zac Medico | 2007-05-31 | 1 | -2/+2 |
* | Only check ChangeLog if we're dealing with an ebuild (bug #170604) | Marius Mauch | 2007-05-31 | 1 | -2/+6 |
* | For bug #61732, support -flag in USE (instead of just +flag). Given the curr... | Zac Medico | 2007-05-30 | 1 | -1/+1 |
* | For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de... | Zac Medico | 2007-05-28 | 1 | -2/+10 |
* | For bug #180079, fix a KeyError so that a search for the empty string will go... | Zac Medico | 2007-05-28 | 1 | -2/+2 |
* | Pass a temporary file name to the package phase in the environment variable P... | Zac Medico | 2007-05-23 | 1 | -1/+6 |
* | Update /Packages as each package is built (MD5 is done here since it won't hu... | Zac Medico | 2007-05-23 | 1 | -2/+1 |
* | Add edges to shown_edges at the first oportunity. | Zac Medico | 2007-05-19 | 1 | -6/+3 |
* | In --tree output, keep track of which graph edges have already been displayed... | Zac Medico | 2007-05-19 | 1 | -2/+14 |
* | Only show extra whitespace where there are some news items to display. | Zac Medico | 2007-05-18 | 1 | -4/+6 |
* | Display notification about unread news in all situations specified by glep 42 | Marius Mauch | 2007-05-18 | 1 | -16/+28 |
* | Add registration support for preserved library objects, move the library->con... | Marius Mauch | 2007-05-18 | 1 | -1/+14 |
* | fix syntax (merged from branches/prefix r6534) | Zac Medico | 2007-05-14 | 1 | -1/+1 |
* | the profile check is spammy and should be squelched when --quiet is given | Alec Warner | 2007-05-13 | 1 | -1/+2 |
* | Add TODO note about support for blocks within slots. Thanks to Brian Harring... | Zac Medico | 2007-05-12 | 1 | -6/+5 |
* | Prevent blockers that are only partially resolvable by merge order from accid... | Zac Medico | 2007-05-07 | 1 | -1/+10 |
* | Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_... | Zac Medico | 2007-05-06 | 1 | -9/+15 |
* | Use match_from_list in order to potentially avoid more blocks. | Zac Medico | 2007-05-05 | 1 | -10/+10 |
* | For bug #176765, when a new package is blocked by another one that is being r... | Zac Medico | 2007-05-03 | 1 | -3/+17 |
* | Handle KeyError when the ebuild is corrupt. | Zac Medico | 2007-04-30 | 1 | -1/+5 |
* | For bug #176384, adjust config according to options of the command being resu... | Zac Medico | 2007-04-28 | 1 | -0/+9 |
* | Fix up missing mymergelist variable from the previous commit. | Zac Medico | 2007-04-28 | 1 | -5/+6 |
* | For bug #176305, validate the resume merge list before attempting to verify t... | Zac Medico | 2007-04-28 | 1 | -12/+13 |
* | For bug #175344, handle a potential InvalidDependString exception when parsin... | Zac Medico | 2007-04-20 | 1 | -2/+8 |
* | For bug #175344, use cp_list instead of xmatch in order to avoid dep_expand c... | Zac Medico | 2007-04-20 | 1 | -1/+1 |
* | Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro... | Zac Medico | 2007-04-05 | 1 | -2/+4 |
* | Punt the sorted_versions() function in favor of list.sort(vercmp). | Zac Medico | 2007-04-05 | 1 | -32/+7 |
* | For bug #172571, use socket.AF_INET as the default family for socket.getaddri... | Zac Medico | 2007-03-28 | 1 | -1/+1 |
* | Correctly pull the metadata again when the node is converted. | Zac Medico | 2007-03-28 | 1 | -5/+6 |
* | Convert "ebuild" and "binary" "nomerge" nodes into "installed" nodes for grea... | Zac Medico | 2007-03-28 | 1 | -0/+3 |
* | Verify the Manifest first even if there's only one package (prior to the fetc... | Zac Medico | 2007-03-25 | 1 | -1/+0 |
* | Verify all ebuild manifests before building anything now so that the user is ... | Zac Medico | 2007-03-24 | 1 | -0/+29 |
* | return from the merge task instead of calling sys.exit directly. | Zac Medico | 2007-03-24 | 1 | -6/+1 |
* | Allow the merge task to continue despite conflicts when --fetch-all-uri is sp... | Zac Medico | 2007-03-24 | 1 | -0/+1 |
* | Add --verbose to the "for more help" message. | Zac Medico | 2007-03-22 | 1 | -1/+1 |
* | default --help should be usable, so make the extended output require --verbose | Mike Frysinger | 2007-03-22 | 1 | -6/+3 |
* | Pass a list of USE flags into config.getMissingLicenses() so that the method ... | Zac Medico | 2007-03-21 | 1 | -1/+6 |
* | Catch a potential InvalidDependString exception. | Zac Medico | 2007-03-20 | 1 | -2/+8 |
* | Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593. | Zac Medico | 2007-03-20 | 1 | -6/+22 |
* | Display message about --buildpkgonly restriction in pretend mode as well | Marius Mauch | 2007-03-09 | 1 | -0/+5 |
* | Use the full atoms from the system set, since profile masking does not automa... | Zac Medico | 2007-03-09 | 1 | -4/+2 |
* | For bug #169620, in --tree display always show the dowload size on the node t... | Zac Medico | 2007-03-06 | 1 | -3/+2 |
* | Avoid pointless population of the binary tree when --buildpkg is enabled. Th... | Zac Medico | 2007-03-05 | 1 | -3/+3 |
* | Display blockers at the end of the list so that it will more often be easy fo... | Zac Medico | 2007-03-04 | 1 | -4/+8 |
* | Fix the minimum index for pruning consecutive duplicate nodes. | Zac Medico | 2007-03-04 | 1 | -1/+1 |
* | Add a note about --with-bdeps in the --depclean failure message. | Zac Medico | 2007-03-04 | 1 | -3/+4 |
* | For bug #169187, make --depclean prune unneeded slots such that it is consist... | Zac Medico | 2007-03-04 | 1 | -2/+8 |