Also validate SRC_URI inside doebuild(). (trunk r6424:6425)
[portage.git] / pym / portage.py
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-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-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 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 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 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-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-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-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-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 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 Warnerdirty dirty lies
2007-01-16 Alec Warnerferringb pointed out this portroot parameter, ended...
2007-01-16 Alec Warnermerge glep42 into trunk
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 more typos.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Zac MedicoFix incremental virtuals code for the new stricter...
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...
2007-01-12 Alec Warneros.cwd can return OSError (maybe IOError with wrong...
2007-01-12 Zac MedicoFor bug #147512, don't print a cryptic error message...
2007-01-12 Zac MedicoFix ebuild environment color.map support so that it...
2007-01-11 Zac MedicoUse dict.get() to prevent a potential (bug unlikely...
2007-01-11 Marius MauchMake FEATURES=test imply USE=test
2007-01-10 Marius MauchStupid me, shouldn't jsut move a part of the patch
2007-01-10 Marius MauchAlways use vercmp for cpv comparisons
2007-01-10 Marius Mauchcreate symlinks to html documentation if DOC_SYMLINK_DI...
2007-01-10 Marius Mauchmake.globals has no business in profiles
2007-01-09 Zac MedicoFor bug #161003, disallow virtuals in package.provided...
2007-01-09 Zac MedicoFor bug #161103, don't skip collision-protect checks...
2007-01-09 Zac MedicoMake digestgen() force fetch unless all required digest...
2007-01-09 Zac MedicoSplit PORTAGE_ELOG_CLASSES outside the loop for better...
2007-01-06 Zac MedicoDon't swallow an IOError if it is thrown from the aux_g...
2007-01-05 Zac MedicoFor python-2.3 compatibility, don't pass an iterable...
2007-01-04 Zac MedicoExport EBUILD_PHASE="" when running misc-function.sh...
2007-01-03 Zac MedicoWhen using the spawn's returnpid parameter, manually...
2007-01-03 Marius MauchAllow - in elog module names
2007-01-03 Mike Frysingeradd support for scanning of build logs for common issue...
2007-01-02 Zac MedicoTry to create DISTDIR before disabling fetch due to...
2007-01-02 Zac MedicoOptimize dep_zapdeps to work without a vartree when...
2007-01-02 Zac MedicoDon't bother to list the contents of directories before...
2007-01-02 Zac MedicoFix the writemsg noiselevel from the previous commit.
2007-01-02 Zac MedicoFor bug #159638, fix the UnboundLocalError in vartree...
2006-12-31 Zac MedicoUse slot atom matching to simplify detection of downgra...
2006-12-31 Zac MedicoSend errors in elog_process() to stderr via writemsg.
2006-12-30 Zac MedicoUse return values instead of direct sys.exit(123) calls...
2006-12-30 Zac MedicoUse a try/finally block to ensure that the alarm will...
2006-12-30 Zac MedicoFor bug #141361, use an alarm signal to implement a...
2006-12-30 Zac MedicoCorrect the package.mask lookup order in getmaskingreas...
2006-12-30 Zac MedicoFor bug #151326, prevent invalid comments from being...
2006-12-30 Zac MedicoImprove the logic for bug #159360 to ensure that an...
2006-12-30 Zac MedicoBe slightly more defensive when loading the vdb/blocker...
next