summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+3
* 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
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* 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-272-3/+4
* 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
* Ignore non-existent directories for bug #171809. This is required for readon...Zac Medico2007-03-231-1/+9
* 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
* Pass waiting_msg into recursive lockfile() calls. (trunk r6155:6156)Zac Medico2007-03-031-2/+5
* Add missing sys import. (trunk r6145:6146)Zac Medico2007-03-031-1/+1
* For bug #138840, show a more informative message when waiting for a distfiles...Zac Medico2007-03-032-27/+43
* Fix types.InstanceType test which is failing now for some reason. (trunk r613...Zac Medico2007-03-031-1/+1
* Fix the rest of the broken except statement syntax. (trunk r6120:6121)Zac Medico2007-03-011-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-232-0/+22
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled....Zac Medico2007-02-221-3/+3
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-222-2/+6
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. T...Zac Medico2007-02-211-2/+2
* 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
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-121-1/+1
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-073-8/+13
* 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
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* 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
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* 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