summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the KVERS environment variable since it's code that creates it is ↵v2.1.2.1Zac Medico2007-03-041-4/+0
| | | | | | broken anyway (only sets KVERS="." in the general case). (trunk r6165:6166) svn path=/main/branches/2.1.2/; revision=6167
* Pass waiting_msg into recursive lockfile() calls. (trunk r6155:6156)Zac Medico2007-03-031-2/+5
| | | | svn path=/main/branches/2.1.2/; revision=6157
* Add missing sys import. (trunk r6145:6146)Zac Medico2007-03-031-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6147
* For bug #138840, show a more informative message when waiting for a ↵Zac Medico2007-03-032-27/+43
| | | | | | distfiles lock due to parallel-fetch. Thanks to David Watzke <david@watzke.cz> for the initial patch. (trunk r6142:6143) svn path=/main/branches/2.1.2/; revision=6144
* Fix types.InstanceType test which is failing now for some reason. (trunk ↵Zac Medico2007-03-031-1/+1
| | | | | | r6136:6137) svn path=/main/branches/2.1.2/; revision=6140
* Fix the rest of the broken except statement syntax. (trunk r6120:6121)Zac Medico2007-03-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6122
* For bug #168823, fix broken except statement syntax that prevents the ↵Zac Medico2007-03-011-1/+1
| | | | | | ValueError from being caught as intended. (trunk r6101:6102) svn path=/main/branches/2.1.2/; revision=6103
* Clean up os.environ["USERLAND"] pollution from the portage_data module so ↵Zac Medico2007-02-241-1/+8
| | | | | | that it doesn't interfere with repoman. (trunk r6067:6068) svn path=/main/branches/2.1.2/; revision=6069
* Make verify_all() return an "insufficient data" error if there is not at ↵Zac Medico2007-02-232-0/+22
| | | | | | least one supported hash type. Make fetch() bail out when this error occurs. (trunk r6054:6056) svn path=/main/branches/2.1.2/; revision=6057
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is ↵Zac Medico2007-02-221-3/+3
| | | | | | disabled. (trunk r6044:6045) svn path=/main/branches/2.1.2/; revision=6046
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to ↵Zac Medico2007-02-222-2/+6
| | | | | | trigger the disabling of manifest1/digest file generation. This toggle is repo/overlay specific, allowing a specific overlay to drop manifest1 by adding the manifest1_obsolete file. (trunk r6040:6041) svn path=/main/branches/2.1.2/; revision=6043
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ↵Zac Medico2007-02-221-0/+1
| | | | | | Thanks to Peper for reporting. (trunk r6038:6039) svn path=/main/branches/2.1.2/; revision=6040
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. ↵Zac Medico2007-02-211-2/+2
| | | | | | Thanks to marienz for reporting. (trunk r6020:6021) svn path=/main/branches/2.1.2/; revision=6022
* For bug #167795, try avoid the population routine when possible, so that ↵Zac Medico2007-02-201-0/+11
| | | | | | FEATURES=buildpkg doesn't always force population. (trunk r6018:6019) svn path=/main/branches/2.1.2/; revision=6020
* For bug #163990, warn about binary packages with invalid categories and do ↵Zac Medico2007-02-181-0/+18
| | | | | | not allow them to be installed. (trunk r5989:5990) svn path=/main/branches/2.1.2/; revision=5991
* For bug #163990, warn about ebuilds with invalid categories and do not allow ↵Zac Medico2007-02-181-1/+6
| | | | | | them to be installed. (trunk r5987:5988) svn path=/main/branches/2.1.2/; revision=5989
* Detect potential issues with mtime granlarity in env_update() and sleep if ↵Zac Medico2007-02-161-1/+13
| | | | | | necessary. Thanks to Brian Harring for reporting. (trunk r5960:5961) svn path=/main/branches/2.1.2/; revision=5972
* Make xterm titles work even when color is disabled. Thanks to Joachim ↵Zac Medico2007-02-121-1/+1
| | | | | | Kaeber <joachim.kaeber@web.de> in bug #166255. (trunk r5949:5950) svn path=/main/branches/2.1.2/; revision=5958
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-073-8/+13
| | | | svn path=/main/branches/2.1.2/; revision=5925
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-4/+10
| | | | | | doebuild(). (trunk r5920) svn path=/main/branches/2.1.2/; revision=5921
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-3/+9
| | | | | | digestgen(). (trunk r5916) svn path=/main/branches/2.1.2/; revision=5917
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-071-2/+3
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. (trunk r5907) svn path=/main/branches/2.1.2/; revision=5911
* Ensure that the code for bug #165382 only affects name collisions with ↵Zac Medico2007-02-051-2/+4
| | | | | | virtuals. (trunk r5890:5891) svn path=/main/branches/2.1.2/; revision=5901
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only ↵Zac Medico2007-02-051-2/+12
| | | | | | two matches and one of them is a virtual. Prefer the non-virtual instead. (trunk r5889:5891) svn path=/main/branches/2.1.2/; revision=5896
* For bug #165065, use the proper RESTRICT setting when fetching files in ↵Zac Medico2007-02-031-9/+19
| | | | | | digestgen(). (trunk r5874:5875) svn path=/main/branches/2.1.2/; revision=5883
* In order to correctly handl the case of target caches that don't have ↵Zac Medico2007-02-031-1/+3
| | | | | | complete eclass entries, validate the set of interited eclasses to make sure it is correct (since timestamp validation is not applicable). (trunk r5880) svn path=/main/branches/2.1.2/; revision=5881
* Don't use os.path.isdir() because it can swallow errors related to ↵v2.1.2-r6Zac Medico2007-02-011-2/+8
| | | | | | filesystem/disk corruption. (trunk r5851:5852) svn path=/main/branches/2.1.2/; revision=5869
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵v2.1.2-r5Zac Medico2007-01-291-3/+6
| | | | | | instead of ENOTEMPTY. (trunk r5798) svn path=/main/branches/2.1.2/; revision=5830
* Fix broken line number counting for CONTENTS. (trunk r5764:5765)Zac Medico2007-01-241-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=5770
* For bug #142279, detect and warn about null bytes in CONTENTS. (trunk ↵Zac Medico2007-01-231-0/+8
| | | | | | r5762:5763) svn path=/main/branches/2.1.2/; revision=5764
* Add new ** for package.keywords token to bypass keyword visibility layer ↵Zac Medico2007-01-231-1/+3
| | | | | | (trunk r5758:5760) svn path=/main/branches/2.1.2/; revision=5762
* For bug #163219, handle binpkgs that have missing PF metadata. (trunk ↵Zac Medico2007-01-231-2/+3
| | | | | | r5756:5757) svn path=/main/branches/2.1.2/; revision=5761
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm ↵v2.1.2-r2Zac Medico2007-01-212-4/+11
| | | | | | phase. (trunk r5748:5749) svn path=/main/branches/2.1.2/; revision=5750
* To ease transition while Manifest 1 is being removed, only require hashes ↵Zac Medico2007-01-211-4/+6
| | | | | | that will exist before and after the transition. (trunk r5746) svn path=/main/branches/2.1.2/; revision=5747
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ↵Zac Medico2007-01-211-1/+3
| | | | | | sufficient digests already exist. Thanks to vapier for reporting. (trunk r5742:5743) svn path=/main/branches/2.1.2/; revision=5745
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-2/+8
| | | | svn path=/main/branches/2.1.2/; revision=5738
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-191-0/+5
| | | | svn path=/main/branches/2.1.2/; revision=5720
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is ↵Zac Medico2007-01-191-1/+7
| | | | | | explicitly enabled since it is possible that local SELinux security policies do not allow ouput to be piped out of the sesandbox domain. (trunk r5718) svn path=/main/branches/2.1.2/; revision=5719
* Validate ebuild names in portdbapi.cp_list() and raise an raise an ↵Zac Medico2007-01-182-2/+10
| | | | | | informative InvalidData exception from match_from_list when necessary. (trunk r5712:5714) svn path=/main/branches/2.1.2/; revision=5715
* For bug #162404, spawn tee outside the sesandbox domain so that it reads ↵Zac Medico2007-01-171-6/+50
| | | | | | from a pipe between two domains. (trunk r5689:5691) svn path=/main/branches/2.1.2/; revision=5692
* Merge doebuild *DEPEND validation from trunk r5652:5655.Zac Medico2007-01-171-0/+24
| | | | svn path=/main/branches/2.1.2/; revision=5686
* Fix elimination of duplicate virtuals between the binpkg repo and installed ↵Zac Medico2007-01-171-3/+4
| | | | | | packages. (trunk r5684) svn path=/main/branches/2.1.2/; revision=5685
* Make dep_check() work correctly with --usepkgonly. This solves issues ↵Zac Medico2007-01-171-72/+17
| | | | | | reported by Brent Baude <ranger@gentoo.org> (trunk r5674, 5675, 5678, and 5682) svn path=/main/branches/2.1.2/; revision=5683
* Prevent packages that are installed but masked from being incorrectly ↵Zac Medico2007-01-161-1/+4
| | | | | | flagged as "available" (unless --usepkgonly is enabled, which currently has no package.mask support). svn path=/main/trunk/; revision=5679
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs ↵Zac Medico2007-01-161-0/+2
| | | | | | aren't available for some packages. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5675
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
| | | | svn path=/main/trunk/; revision=5674
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-162-2/+3
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
| | | | svn path=/main/trunk/; revision=5672
* dirty dirty liesAlec Warner2007-01-161-6/+5
| | | | svn path=/main/trunk/; revision=5665
* ferringb pointed out this portroot parameter, ended up not using it, try an ↵Alec Warner2007-01-162-24/+16
| | | | | | os.path.exists to save a very common (and slow) except on missing repo_name files for overlays, use a dict to facility a nicer regex comparison loop for news restrictions. svn path=/main/trunk/; revision=5662