| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass in the path to the base of the current tree to ensure that the correct f... | Zac Medico | 2006-07-28 | 1 | -1/+3 |
* | Add PKG_CONFIG_PATH to env_update incrementals for bug #105384. | Zac Medico | 2006-07-28 | 1 | -2/+3 |
* | Allow a digest to be created before any distfiles have been fetched for bug #... | Zac Medico | 2006-07-28 | 2 | -3/+8 |
* | Add a --force option for `ebuild digest` so that the user doesn't have to man... | Zac Medico | 2006-07-28 | 2 | -16/+38 |
* | Simplify permissions adjustment after a file is fetched. | Zac Medico | 2006-07-27 | 1 | -12/+9 |
* | Move the filesystem mirrors code into the main fetch loop. | Zac Medico | 2006-07-27 | 1 | -16/+13 |
* | Move permissions adjustment of previously fetched files into the main fetch l... | Zac Medico | 2006-07-27 | 1 | -8/+8 |
* | Fix ENOENT exception handler so that it only wraps the relevant stat call. | Zac Medico | 2006-07-27 | 1 | -8/+7 |
* | Hide a password if a uri contains one (a custom local mirror, for example). ... | Zac Medico | 2006-07-27 | 1 | -1/+2 |
* | Simplify fetch failure logic. | Zac Medico | 2006-07-27 | 1 | -12/+10 |
* | Ensure that that fetch restriction message is only show once in --pretend mode. | Zac Medico | 2006-07-27 | 1 | -0/+2 |
* | Allow fetch restricted files to be fetched from custom local mirrors as per b... | Zac Medico | 2006-07-27 | 1 | -24/+25 |
* | Move the initial check of previously fetched files out of the locations loop ... | Zac Medico | 2006-07-27 | 1 | -54/+47 |
* | Fix unsafe deletion of a dictionary item during iteration. | Zac Medico | 2006-07-26 | 1 | -1/+4 |
* | When necessary, always print a list of missing atoms even if --verbose is not... | Zac Medico | 2006-07-25 | 1 | -3/+4 |
* | Move the self dependency check from digraph.addnode() to depgraph.create() si... | Zac Medico | 2006-07-25 | 2 | -5/+3 |
* | Add more dependencies to the digraph in order to help prevent strange merge o... | Zac Medico | 2006-07-25 | 2 | -3/+11 |
* | s/difference/symmetric_difference/ for the last two commits. | Zac Medico | 2006-07-24 | 1 | -2/+2 |
* | For binary packages, trigger a rebuild with --newuse when IUSE has changed fo... | Zac Medico | 2006-07-24 | 1 | -2/+10 |
* | Trigger a rebuild with --newuse when IUSE has changed for bug #116955. | Zac Medico | 2006-07-24 | 1 | -1/+4 |
* | Simplify depgraph.select_dep() logic by using a list of matched packages (ins... | Zac Medico | 2006-07-23 | 1 | -31/+32 |
* | Return tuples instead of lists from getboth functions and methods. | Zac Medico | 2006-07-23 | 1 | -2/+2 |
* | Return a tuple from searchindex instead of a list. | Zac Medico | 2006-07-23 | 1 | -1/+1 |
* | Make xsplit() return False on failure and True on success for bug #141445. | Zac Medico | 2006-07-22 | 1 | -2/+2 |
* | Move best_match_to_list, match_from_list, and match_to_list from the core por... | Zac Medico | 2006-07-22 | 2 | -113/+115 |
* | Move portage.best() to portage_versions. | Zac Medico | 2006-07-22 | 2 | -17/+16 |
* | Remove unused portage.match_from_list_original() function. | Zac Medico | 2006-07-22 | 1 | -116/+0 |
* | Use portage.best() to simplify package comparison. | Zac Medico | 2006-07-22 | 1 | -6/+2 |
* | Just add the providers to the protected set without bothering to check if the... | Zac Medico | 2006-07-22 | 1 | -6/+5 |
* | Make depclean account for old-style virtuals so that it doesn't remove the pr... | Zac Medico | 2006-07-22 | 1 | -1/+8 |
* | Make sure that PORTAGE_BUILDDIR exists before attempting to lock it. Dependin... | Zac Medico | 2006-07-21 | 1 | -2/+2 |
* | Collapse whitespace in aux_get calls for remote binpkg metadata. See bug #14... | Zac Medico | 2006-07-21 | 1 | -4/+2 |
* | Ignore hidden directories and files when updating config files. | Zac Medico | 2006-07-21 | 1 | -0/+5 |
* | Add a link for "Setting up your own local rsync mirror" as suggested by jkt. | Zac Medico | 2006-07-21 | 1 | -0/+2 |
* | Move dep_transform from the portage_dep module to portage_update. | Zac Medico | 2006-07-21 | 3 | -26/+26 |
* | Move update_config_files from the core portage module to portage_update. | Zac Medico | 2006-07-21 | 2 | -74/+83 |
* | Do the portage_checksum import in local scope because of circular dependency. | Zac Medico | 2006-07-21 | 1 | -1/+1 |
* | Move new_protect_filename from the core portage module to portage_util. | Zac Medico | 2006-07-21 | 2 | -52/+52 |
* | Move parse_updates from the core portage module to portage_update. | Zac Medico | 2006-07-21 | 2 | -35/+37 |
* | Move isjustname, isspecific, dep_getkey, and dep_transform from the core port... | Zac Medico | 2006-07-21 | 2 | -68/+66 |
* | Remove grabdict_package and grabfile_package from the core portage module sin... | Zac Medico | 2006-07-21 | 2 | -26/+1 |
* | Move dep_getcpv, get_operator, and isvalidatom from the core portage module t... | Zac Medico | 2006-07-21 | 2 | -57/+58 |
* | Blacklist some variables in the config constructor so that they can't interfe... | Zac Medico | 2006-07-21 | 1 | -4/+9 |
* | Fix broken if/elif statement. | Zac Medico | 2006-07-20 | 1 | -2/+2 |
* | Fix a broken reference to portage.portdb. | Zac Medico | 2006-07-20 | 1 | -1/+2 |
* | Remove redundant initialization of directories for cloned config instances. | Zac Medico | 2006-07-20 | 1 | -2/+2 |
* | Move initialization of config.uvlist into the regenerate() method since that'... | Zac Medico | 2006-07-20 | 1 | -9/+9 |
* | Move initialization of self.lookuplist to a more logical location for cloned ... | Zac Medico | 2006-07-20 | 1 | -3/+2 |
* | Remove redundant initialization of self.features (and self.regenerate() call)... | Zac Medico | 2006-07-20 | 1 | -36/+27 |
* | note that there is the possibility to have a local rsync server; bug 141110 | Simon Stelling | 2006-07-20 | 1 | -1/+5 |