summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with...Zac Medico2007-04-291-6/+9
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...v2.1.2.5Zac Medico2007-04-261-1/+1
* For bug #176139, only symlink the distfiles that are required according the c...Zac Medico2007-04-261-1/+1
* For bug #175781, add a higher preference priority for choices where all match...Zac Medico2007-04-241-1/+15
* Also validate RESTRICT inside doebuild(). (trunk r6426:6427)Zac Medico2007-04-201-1/+1
* Also validate SRC_URI inside doebuild(). (trunk r6424:6425)Zac Medico2007-04-201-1/+1
* For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk r6422...Zac Medico2007-04-201-2/+15
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu...Zac Medico2007-04-131-5/+3
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. (tr...Zac Medico2007-04-131-2/+2
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Don't load FEATURES in load_infodir() because FEATURES from the build host sh...Zac Medico2007-04-091-0/+4
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* Fix missing import. (trunk r6324:6325)Zac Medico2007-03-311-0/+1
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'. (trun...Zac Medico2007-03-271-2/+2
* Clean up and simplify preference selection logic for bug #171840. (trunk r626...Zac Medico2007-03-231-47/+26
* For bug #171840, consider all choices for slot intersection and promote those...Zac Medico2007-03-231-3/+7
* Fix a utime call to prevent a timestamp collision for bug #171117. (trunk r62...Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-161-4/+4
* Remove the KVERS environment variable since it's code that creates it is brok...v2.1.2.1Zac Medico2007-03-041-4/+0
* For bug #138840, show a more informative message when waiting for a distfiles...Zac Medico2007-03-031-2/+11
* Fix types.InstanceType test which is failing now for some reason. (trunk r613...Zac Medico2007-03-031-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Clean up os.environ["USERLAND"] pollution from the portage_data module so tha...Zac Medico2007-02-241-1/+8
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-231-0/+4
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-221-1/+4
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-161-1/+13
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-071-3/+6
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-4/+10
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* Ensure that the code for bug #165382 only affects name collisions with virtua...Zac Medico2007-02-051-2/+4
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only t...Zac Medico2007-02-051-2/+12
* For bug #165065, use the proper RESTRICT setting when fetching files in diges...Zac Medico2007-02-031-9/+19
* Don't use os.path.isdir() because it can swallow errors related to filesystem...v2.1.2-r6Zac Medico2007-02-011-2/+8
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5Zac Medico2007-01-291-3/+6
* Fix broken line number counting for CONTENTS. (trunk r5764:5765)Zac Medico2007-01-241-2/+2
* For bug #142279, detect and warn about null bytes in CONTENTS. (trunk r5762:5...Zac Medico2007-01-231-0/+8
* Add new ** for package.keywords token to bypass keyword visibility layer (tru...Zac Medico2007-01-231-1/+3
* For bug #163219, handle binpkgs that have missing PF metadata. (trunk r5756:5...Zac Medico2007-01-231-2/+3
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm phas...v2.1.2-r2Zac Medico2007-01-211-2/+9
* To ease transition while Manifest 1 is being removed, only require hashes tha...Zac Medico2007-01-211-4/+6
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ...Zac Medico2007-01-211-1/+3
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-2/+8
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic...Zac Medico2007-01-191-1/+7
* Validate ebuild names in portdbapi.cp_list() and raise an raise an informativ...Zac Medico2007-01-181-2/+8
* For bug #162404, spawn tee outside the sesandbox domain so that it reads from...Zac Medico2007-01-171-6/+50