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