Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. (trunk r6486:6487)
[portage.git] / pym /
2007-05-06 Zac MedicoUse varexpand to expand FETCHCOMMAND and RESUMECOMMAND...
2007-05-05 Zac MedicoFor bug #171259, fix vercmp so that implicit _p0 is...
2007-05-05 Zac MedicoFor bug #175058, comment #15, expand all possible varia...
2007-05-02 Zac MedicoFix eend so that it works properly on a standard BSD...
2007-04-29 Zac MedicoFor bug #175058, avoid potential quoting issues by...
2007-04-26 Zac MedicoAlways ensure permissions in DISTCC_DIR in order to... v2.1.2.5
2007-04-26 Zac MedicoFor bug #176139, only symlink the distfiles that are...
2007-04-24 Zac MedicoFor bug #175781, add a higher preference priority for...
2007-04-20 Zac MedicoAlso validate RESTRICT inside doebuild(). (trunk r6426...
2007-04-20 Zac MedicoAlso validate SRC_URI inside doebuild(). (trunk r6424...
2007-04-20 Zac MedicoFor bug #175344, validate LICENSE and PROVIDE inside...
2007-04-13 Zac MedicoAdd CATEGORY to blacklisted variables since it can...
2007-04-13 Zac MedicoUse catpkgsplit instead of pkgsplit for consistency...
2007-04-10 Zac MedicoEfficiently recycle partial valid vdb cache when possib...
2007-04-09 Zac MedicoDon't load FEATURES in load_infodir() because FEATURES...
2007-04-08 Zac MedicoOnly apply permissions to ccache, confcache, and distcc...
2007-04-02 Zac MedicoFor bug #173184, handle the CommandNotFound that is...
2007-03-31 Zac MedicoFix missing import. (trunk r6324:6325)
2007-03-27 Zac MedicoFor bug #170178, remove all hardcoded references to...
2007-03-23 Zac MedicoClean up and simplify preference selection logic for...
2007-03-23 Zac MedicoFor bug #171840, consider all choices for slot intersec...
2007-03-23 Zac MedicoIgnore non-existent directories for bug #171809. This...
2007-03-16 Zac MedicoFix a utime call to prevent a timestamp collision for...
2007-03-16 Zac MedicoFor bug #171117, ensure that the new and old config...
2007-03-16 Zac MedicoAutomatically convert ROOT and PORTAGE_CONFIGROOT to...
2007-03-04 Zac MedicoRemove the KVERS environment variable since it's code... v2.1.2.1
2007-03-03 Zac MedicoPass waiting_msg into recursive lockfile() calls. ...
2007-03-03 Zac MedicoAdd missing sys import. (trunk r6145:6146)
2007-03-03 Zac MedicoFor bug #138840, show a more informative message when...
2007-03-03 Zac MedicoFix types.InstanceType test which is failing now for...
2007-03-01 Zac MedicoFix the rest of the broken except statement syntax...
2007-03-01 Zac MedicoFor bug #168823, fix broken except statement syntax...
2007-02-24 Zac MedicoClean up os.environ["USERLAND"] pollution from the...
2007-02-23 Zac MedicoMake verify_all() return an "insufficient data" error...
2007-02-22 Zac MedicoDon't bother to parse ${FILESDIR}/digest-* when manifes...
2007-02-22 Zac MedicoFor bug #167667, use the existence of ${PORTDIR}/manife...
2007-02-22 Zac MedicoMake sure that ${A} in initialized in case pkg_nofetch...
2007-02-21 Zac MedicoRaise a CommandNotFound exception when necessary, to...
2007-02-20 Zac MedicoFor bug #167795, try avoid the population routine when...
2007-02-18 Zac MedicoFor bug #163990, warn about binary packages with invali...
2007-02-18 Zac MedicoFor bug #163990, warn about ebuilds with invalid catego...
2007-02-16 Zac MedicoDetect potential issues with mtime granlarity in env_up...
2007-02-12 Zac MedicoMake xterm titles work even when color is disabled...
2007-02-07 Zac MedicoSynchronize required hash code in all relevant places...
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoFor backward compatibility with api consumers, _dep_che...
2007-02-05 Zac MedicoEnsure that the code for bug #165382 only affects name...
2007-02-05 Zac MedicoFor bug #165382, don't raise a ValueError in cpv_expand...
2007-02-03 Zac MedicoFor bug #165065, use the proper RESTRICT setting when...
2007-02-03 Zac MedicoIn order to correctly handl the case of target caches...
2007-02-01 Zac MedicoDon't use os.path.isdir() because it can swallow errors... v2.1.2-r6
2007-01-29 Zac MedicoIgnore EEXIST from rmdir since some kernels (such as... v2.1.2-r5
2007-01-24 Zac MedicoFix broken line number counting for CONTENTS. (trunk...
2007-01-23 Zac MedicoFor bug #142279, detect and warn about null bytes in...
2007-01-23 Zac MedicoAdd new ** for package.keywords token to bypass keyword...
2007-01-23 Zac MedicoFor bug #163219, handle binpkgs that have missing PF...
2007-01-21 Zac MedicoFor bug #163083, handle an UnsupportedAPIException... v2.1.2-r2
2007-01-21 Zac MedicoTo ease transition while Manifest 1 is being removed...
2007-01-21 Zac MedicoDon't require MANIFEST2 hashes since that can trigger...
2007-01-20 Zac MedicoFor bug #161356, fix error handling for currupt ebuilds...
2007-01-19 Zac Medicodump emerge's normpath in favor of portage_util's norma... v2.1.2-r1
2007-01-19 Zac MedicoFor bug #162404, when sesandbox is enabled, only log...
2007-01-18 Zac MedicoValidate ebuild names in portdbapi.cp_list() and raise...
2007-01-17 Zac MedicoFor bug #162404, spawn tee outside the sesandbox domain...
2007-01-17 Zac MedicoMerge doebuild *DEPEND validation from trunk r5652...
2007-01-17 Zac MedicoFix elimination of duplicate virtuals between the binpk...
2007-01-17 Zac MedicoMake dep_check() work correctly with --usepkgonly....
2007-01-16 Zac MedicoPrevent packages that are installed but masked from...
2007-01-16 Zac MedicoAllow --usepkgonly/--getbinpkgonly to work with install...
2007-01-16 Zac MedicoFor consistency, respect the use_binaries flag inside...
2007-01-16 Alec Warnerswitch news timestamp and unread/read storage to '...
2007-01-16 Alec WarnerIf repo/profiles/news doesn't exist, return 0 updates
2007-01-16 Alec Warnerdirty dirty lies
2007-01-16 Alec Warnerferringb pointed out this portroot parameter, ended...
2007-01-16 Alec Warnerfix minor syntax issues with locking
2007-01-16 Alec Warnermerge didn't bring in portage_news, no idea why
2007-01-16 Alec Warnermerge glep42 into trunk
2007-01-16 Alec WarnerClean up imports in portage_locks.py
2007-01-15 Zac MedicoMake invalid deps non-fatal for some phases.
2007-01-15 Zac MedicoClean up variables when finished.
2007-01-15 Zac MedicoFor bug #162275, make doebuild validate *DEPEND and...
2007-01-14 Zac MedicoDon't warn about /etc/make.profile not being a symlink...
2007-01-13 Zac MedicoFix reversed arguments.
2007-01-13 Zac MedicoFix 'TypeError: not all arguments converted during...
2007-01-13 Alec Warnerfix tabs with patch from Grobian and bug # 161911,...
2007-01-12 Alec Warnerremove the last of the string module from portage.py
2007-01-12 Zac MedicoFix another typo.
2007-01-12 Zac MedicoFix more typos.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Alec Warneranother annoy space bug
2007-01-12 Zac MedicoFix typos from the previous commit.
2007-01-12 Zac MedicoUse startswith and endswith to simplify code.
2007-01-12 Alec Warnermore string deprecation
2007-01-12 Alec WarnerBegin the deprecation of the string module
2007-01-12 Zac MedicoRemove a duplicate % character.
2007-01-12 Zac MedicoFix incremental virtuals code for the new stricter...
2007-01-12 Zac MedicoPrevent an InvalidData exception during global updates...
2007-01-12 Zac MedicoReturn early from finddigest if findname2 found nothing.
2007-01-12 Alec WarnerFIx a bunch of random Except: statements in portage...
next