summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepstrip: make splitdebug/installsources parallel safeMike Frysinger2012-05-141-24/+20
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* prepstrip: tweak style and document helper funcs a bitMike Frysinger2012-05-141-15/+19
| | | | | | Mostly make sure we be consistent with ${var} rather than $var. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* prepstrip: run the log parsing in parallel to file strippingMike Frysinger2012-05-141-5/+5
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* multijob_post_fork: simpler handling of return valueMike Frysinger2012-05-141-3/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* depgraph: send output to stderr when appropriateZac Medico2012-05-141-70/+48
| | | | | | This also removes the stderr -> stdout redirect from display_problems, since the app-portage/autounmask program is no longer supported, and that will fix bug #406867.
* prepstrip: wait for Pre-stripped check to finishZac Medico2012-05-141-0/+3
|
* prepstrip: disable parallel for splitdebug, etc..Zac Medico2012-05-141-2/+17
|
* multijob_post_fork: return child statusZac Medico2012-05-141-1/+3
|
* Atom: use a single _get_atom_re() callZac Medico2012-05-131-14/+15
|
* BlockerCache: use _unicode() for pickled atomsZac Medico2012-05-131-2/+2
|
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-133-8/+12
|
* binhost: http auth for python3 (bug #413983)Zac Medico2012-05-132-3/+44
| | | | | | | | This uses the code from commit 58a8cd1bb943522bc53d02c008ee8eff798bfaaa as a fallback for python3 when the default urlopen function fails. This has been tested and is known to work with thttpd password authentication (it works unencrypted and also when encrypted with stunnel).
* getbinpkg: fix base64 usage for python3Zac Medico2012-05-131-4/+9
|
* tbz2.scan: use finally to close fileZac Medico2012-05-131-4/+4
|
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ↵Zac Medico2012-05-134-25/+16
| | | | | | | authentication in the way compatible with Python 3." This reverts commit 0a9cc38a66ded0cf0e5b534cb24b970fc9c21920. As reported in bug #415579, that commit broke FTP authentication.
* glsa: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-8/+5
|
* _sets/security: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-4/+4
|
* _sets/dbapi: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-9/+5
|
* portdbapi: don't convert _pkg_str to strZac Medico2012-05-131-1/+2
|
* dblink: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-5/+9
|
* dep_check: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-15/+21
|
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-134-16/+15
|
* unmerge: use cpv_sort_key instead of pkgcmpZac Medico2012-05-131-10/+12
|
* _pkg_str: make version -r0 consistent with inputZac Medico2012-05-131-1/+4
|
* cpv_sort_key: use _pkg_strZac Medico2012-05-131-8/+18
|
* repoman: simplify ebuild sort codeZac Medico2012-05-131-11/+4
|
* egencache: use vercmp instead of pkgcmpZac Medico2012-05-131-3/+3
|
* best_match_to_list: use _pkg_strZac Medico2012-05-131-7/+5
|
* match_from_list: avoid multiple meanings of mycpvZac Medico2012-05-131-2/+2
|
* cpvequal: use _pkg_strZac Medico2012-05-132-10/+22
|
* _pms_eapi_re: require whitespace before commentZac Medico2012-05-131-1/+1
| | | | | See discussion on gentoo-pms mailing list here: http://archives.gentoo.org/gentoo-pms/msg_1f76a55d04b4f2a3721cddc611434aad.xml
* match_from_list: preserve input in resultZac Medico2012-05-131-4/+6
| | | | | This fixes an unintended change in behavior from commit f31320b67c9f593a2a8592e1a4e547f5f641943a.
* Use _pkg_str.version more.Zac Medico2012-05-131-4/+14
|
* Don't cache vercmp results.Zac Medico2012-05-131-14/+1
| | | | | It's probably not very helpful to cache vercmp results, since identical version comparisons probably don't recur very often.
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-135-23/+34
| | | | | This attribute can be passed directly into vercmp, avoiding the need to generate this string many times.
* depgraph: minimize match_from_list operationsZac Medico2012-05-131-58/+64
| | | | | | In _iter_match_pkgs, call match_from_list on one cpv at a time, in order to avoid unnecessary match_from_list comparisons on versions that are never yielded from this method.
* SimpleResolverTestCase: handle PYTHONHASHSEEDZac Medico2012-05-121-1/+2
|
* _pkg_str: add slot and repo attributesZac Medico2012-05-129-40/+64
|
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-122-4/+8
|
* _pkg_str: add cpv attribute for match_from_listZac Medico2012-05-121-0/+2
|
* Check type of xml.etree.ElementTree.TreeBuilder before applyingArfrever Frehtes Taifersar Arahesis2012-05-131-4/+10
| | | | workaround for http://bugs.python.org/issue14007.
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-122-7/+15
|
* test_digraph: fix bfs for PYTHONHASHSEED=randomZac Medico2012-05-121-4/+39
|
* test_stackLists: fix for PYTHONHASHSEED="random"Zac Medico2012-05-121-2/+2
|
* Add workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-05-121-0/+4
|
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-126-13/+68
| | | | | This will compensate for the removal of the catpkgsplit cache in commit 68888b0450b1967cb70673a5f06b04c167ef879c.
* catpkgsplit: don't cache resultsZac Medico2012-05-121-7/+1
| | | | | | | | The cache has been subtly broken since commit eb2056631021a04b62c228206e44376f5c7a81ba when the eapi parameter was added. If necessary, we can add a cpv class (or something like that) in order to avoid redundant catpkgsplit calls in places like match_from_list.
* prepstrip/ecompressdir: parallelize operationsMike Frysinger2012-05-123-8/+104
| | | | | | | | | | | Stealing some ideas from ferringb, add a new API for doing parallel processing in bash, and then deploy this with the stripping and compressing stages. For stripping coreutils which has about 100 ELFs, this brings time to strip down from ~7 seconds to ~0.7 seconds on my system. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add portage.eapi.eapi_allows_dots_in_use_flags().Arfrever Frehtes Taifersar Arahesis2012-05-122-11/+14
|
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-126-51/+113
|