summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #238766 - Revert the fetch() mirror:// behavior change from r11537 sincev2.2_rc11Zac Medico2008-09-261-7/+1
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-251-2/+2
* Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.Zac Medico2008-09-241-2/+11
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-231-6/+6
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-221-1/+1
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-201-34/+21
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-131-1/+16
* In dep_zapdeps(), add a new choice category for choices that have packagesZac Medico2008-08-301-2/+4
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-4/+11
* Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.Zac Medico2008-08-211-1/+1
* Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happenZac Medico2008-08-201-1/+3
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-201-0/+2
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-191-8/+44
* Bug #234478 - Fix config._getMissingLicenses() to only access USE whenZac Medico2008-08-121-2/+8
* Fix ebuild(1) so that src_configure is only called for EAPIs for which itZac Medico2008-08-111-0/+6
* When testing userpriv write access in $DISTDIR, redirect the 'permissionZac Medico2008-08-101-1/+1
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-091-2/+6
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-081-2/+10
* Make doebuild() display manifest verification failures for each corruptZac Medico2008-08-051-29/+57
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-041-10/+15
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-011-1/+6
* Always invalidate results from _userpriv_test_write_file_cache whenZac Medico2008-07-311-1/+1
* Fixes in portage.fetch() for bugs #233303 and #94133:Zac Medico2008-07-311-2/+48
* Split out a _spawn_fetch() function that will be useful for implementing aZac Medico2008-07-311-29/+49
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-301-1/+1
* Bug #233103 - In portage.fetch(), pass all config variables instead of justZac Medico2008-07-281-1/+1
* Add support for an new EAPI="2_pre0" value so that people who want to testZac Medico2008-07-281-1/+4
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-271-0/+7
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-1/+2
* Redirect build log eqawarn messages to the log file when in background mode.Zac Medico2008-07-221-2/+2
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-211-0/+3
* Fix typo.Zac Medico2008-07-181-1/+1
* Add background output redirection and async ebuild phase support forZac Medico2008-07-181-3/+4
* * Add a new portage.util.writemsg_level() function which uses a "level"Zac Medico2008-07-171-4/+4
* Eliminate duplicate code by making EbuildProcess inherit from SpawnProcessZac Medico2008-07-171-6/+6
* Avoid raising an IndexError from deprecated_profile_check() if the deprecatedZac Medico2008-07-161-1/+5
* Add async support for calling functions in misc-functions.sh:Zac Medico2008-07-161-7/+23
* Remove the config._filter_calling_env attribute since it's not really needed.Zac Medico2008-07-161-14/+13
* * Fix doebuild so "returnpid" works for preinst and postinst.Zac Medico2008-07-141-19/+69
* Add async execution support for pkg_preinst and pkg_postinst. This allows theZac Medico2008-07-141-2/+3
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-121-29/+57
* * Add a digraph.get() method, analogous to dict.get(), used to simplifyZac Medico2008-07-121-0/+4
* Add support for parallel --regen, using the existing --jobs and --load-averageZac Medico2008-07-101-1/+6
* Make digestcheck() skip the "checking ebuild checksums" part when fetching inZac Medico2008-07-101-1/+1
* Bug #231358 - Fix 'NameError: global name 'p' is not defined' inZac Medico2008-07-091-1/+1
* Use the EbuildFetcher class to implement async fetch for the EbuildBuildZac Medico2008-07-091-2/+1
* Use the EbuildPhase class to execute the "clean" phase asynchronously.Zac Medico2008-07-051-1/+2
* * Implement a new binarytree.digestCheck() method and use it to checkZac Medico2008-07-051-10/+11
* Bug #230469 - Implement non-blocking distlocks for --fetchonly. This addsZac Medico2008-07-031-7/+19
* Add a portage._disable_legacy_globals() function. This deletes theZac Medico2008-07-031-5/+17