portage.git
2007-10-26 Zac MedicoIn portage.fetch(), condense digest check ouput to...
2007-10-26 Zac MedicoOptimize repoman to share portdbapi.cp_list() results
2007-10-26 Zac MedicoAdd missing break statement for xmatch minimum-visible.
2007-10-26 Zac MedicoOptimize repoman visibility checks to access as little
2007-10-26 Zac MedicoMake emerge add sets to the world file as one would...
2007-10-26 Zac MedicoAllow sets to get through world file validation and
2007-10-26 Zac MedicoPrevent premature expansion of old-style virtuals
2007-10-26 Zac MedicoOptimize the algorithm used for expansion of set
2007-10-26 Marius Mauchupdate notes about package sets
2007-10-26 Marius Mauchbreak potential cycles in set expansion
2007-10-26 Marius Mauchuse SetConfig.getSetAtoms instead of PackageSet.getAtom...
2007-10-26 Marius Mauchuse a @ prefix for sets, and replace world/system with...
2007-10-25 Marius MauchAllow sets to contain non-atoms
2007-10-25 Zac MedicoFIX: indentation problem, also end the Portage identifi...
2007-10-25 Zac MedicoFix: Make repoman actually USE -m commit message again...
2007-10-25 Zac MedicoCorrect expected split counts for CONTENTS lines.
2007-10-25 Zac MedicoHandle a potential IndexError.
2007-10-25 Zac MedicoRemove obsolete whitespace handling code for "obj"...
2007-10-25 Zac MedicoHandle multiple consecutive spaces in filenames as per
2007-10-25 Zac MedicoFor the emergelog message, send in the original list of
2007-10-25 Zac MedicoIf the title string is too big then xtermTitle() can
2007-10-25 Zac MedicoFilter atoms that come from sets when generating
2007-10-25 Zac MedicoFor the global AUTOCLEAN, pass an empty list into unmerge()
2007-10-25 Zac MedicoSpit out a depgraph._get_existing_pkg() method for...
2007-10-25 Zac MedicoMake the Package class generate the digraph nodes.
2007-10-25 Zac MedicoFix inverted logic error.
2007-10-24 Zac MedicoConvert depgraph creation from using recursive calls to
2007-10-24 Zac MedicoAdd back support for greedy SLOTs when --update is...
2007-10-24 Zac MedicoFix broken import.
2007-10-24 Zac MedicoAdd back support for helpful `emaint --check world...
2007-10-24 Zac MedicoAdd back support for detecting if the world file contains
2007-10-24 Zac MedicoAdd back support for handling missing system/world...
2007-10-24 Zac MedicoReplace sys.exit() calls with return statements in...
2007-10-24 Zac MedicoRemove --update greedy SLOTs code from depgraph.select_...
2007-10-24 Zac MedicoMake world atoms non-greedy for SLOTs in action_depclean()
2007-10-24 Marius Mauchremove 'system' and 'world' as actions, and remove...
2007-10-23 Zac MedicoFix selective logic to work properly with masked packages.
2007-10-23 Zac MedicoMatch packages against arguments earlier in
2007-10-23 Zac MedicoFix logic for the "selective" depgraph parameter so
2007-10-23 Marius Mauchdocument PROFILE_ONLY_VARIABLES
2007-10-23 Marius Mauchrevert r8256 (plans changed)
2007-10-23 Marius Mauchmove base classes for package sets into a separate...
2007-10-23 Marius Mauchjust pass the SetConfig instance instead of only the...
2007-10-23 Zac MedicoOptimize PROFILE_ONLY_VARIABLES handling.
2007-10-23 Marius Mauchmake 'world' and 'system' behave like their sets/ count...
2007-10-23 Marius Mauchmake PROFILE_ONLY_VARIABLES incremental
2007-10-23 Marius Mauchprotect variables specified in PROFILE_ONLY_VARIABLES...
2007-10-23 Alec Warneradd quickie logger function
2007-10-23 Alec WarnerBegin to use python logging framework. Remove if quiet...
2007-10-23 Zac MedicoDon't show the "checking files for package collisions...
2007-10-23 Alec Warneraha, i knew that diff was screwy, the mail to portage...
2007-10-23 Alec Warnerfix tabbing
2007-10-23 Alec WarnerSigh, this integration did not go well, please check...
2007-10-23 Zac MedicoPrint the Id tag an it's own line to avoid going
2007-10-23 Zac MedicoFix the version Id tag.
2007-10-23 Zac MedicoFix config.setinst() to return early when the given
2007-10-23 Zac MedicoRemove a redundant self.treeVirtuals deepcopy from the
2007-10-23 Zac MedicoBug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
2007-10-22 Zac MedicoFix broken imports.
2007-10-22 Zac MedicoIn depgraph.create(), if a direct circular dependency is
2007-10-22 Zac MedicoIn depgraph.create(), don't ignore direct circular...
2007-10-22 Zac MedicoBug #184118 - Add an emaint "cleanresume" action that...
2007-10-22 Zac MedicoBug #196680 - Handle a CacheError inside mirror_cache...
2007-10-21 Zac MedicoCombine depgraph._select_dep() into create() so that
2007-10-21 Zac MedicoAlways pass package metadata into depgraph.create() so
2007-10-21 Zac MedicoDo a loop over each dependency type to simplify
2007-10-21 Zac MedicoDon't catch a ValueError if it isn't the type that...
2007-10-21 Zac MedicoFix NewsManager.getUnreadItems() so that it works properly
2007-10-21 Zac MedicoBug #196427 - Prevent various news related tracebacks
2007-10-21 Marius Mauchnote that sets can't contain other sets
2007-10-21 Marius Mauchadd some notes about restrictions wrt package sets
2007-10-21 Marius Mauchfix comment
2007-10-21 Marius Mauchignore "permission denied" errors when changing perms...
2007-10-21 Marius Mauchrestore proper call logic
2007-10-21 Marius MauchRemove slashes that cause problems when unpacking files...
2007-10-21 Zac MedicoRemove uneeded "arg" and "addme" parameters where possible.
2007-10-21 Zac MedicoUse a "depth" parameter to track depth of recursion...
2007-10-21 Zac MedicoSplit the "arg" parameter out of depgraph.select_dep...
2007-10-21 Zac MedicoBug #196537 - Make portageq check that the <root> parameter
2007-10-21 Zac MedicoMake depgraph.xcreate() use the filtered repo to determine
2007-10-21 Zac MedicoRaise an InvalidDependString exception if necessary...
2007-10-21 Zac MedicoRename variable for consistency.
2007-10-21 Zac MedicoSplit the atom selection logic out of depgraph.select_d...
2007-10-20 Zac MedicoSplit the package selection logic out of depgraph.selec...
2007-10-20 Zac MedicoSplit the masked packages display out of depgraph.selec...
2007-10-20 Zac MedicoUse a simple Package class to bundle package data
2007-10-20 Zac MedicoAllow the depgraph to add old-style virtual providers but
2007-10-20 Zac MedicoRemove the config.setinst() call from depgraph.select_dep()
2007-10-19 Zac MedicoBug #196435 - Add some more references to quickpkg...
2007-10-19 Zac MedicoRefactor _merge_logentries() to make it a little more...
2007-10-19 Zac MedicoUse a list to buffer strings in _combine_logentries...
2007-10-19 Zac MedicoPrevent _combine_logentries() from generating redundant
2007-10-19 Zac MedicoFix broken call to renamed _combine_logentries().
2007-10-19 Zac MedicoDon't show each character of the log message on a new
2007-10-19 Zac MedicoBug #196427 - Don't display news notifications when...
2007-10-19 Zac MedicoPass the whole cpv to elog instead of just ${PF}.
2007-10-19 Zac MedicoThe ERROR color code is currently undefined, so make...
2007-10-19 Marius MauchUse the python version of eerror
2007-10-18 Zac MedicoHandle EnvironmentError instead of OSError since open()
2007-10-18 Zac MedicoBug #195375 - Make dblink.treewalk() read inforoot...
next