summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-171-11/+0
* In fetch(), make sure all references to digests for zero-byte distfile areZac Medico2008-10-171-0/+1
* In fetch(), don't spawn pkg_nofetch unless PORTAGE_BUILDDIR exists since itZac Medico2008-10-161-1/+3
* Bug #242304 - When a zero-byte distfile is detected inside fetch(), discardZac Medico2008-10-161-3/+9
* Make sure the pkg_nofetch phase is only called once when in fetchonly mode.Zac Medico2008-10-131-1/+1
* Make fetch() fetch as many files as possible, even if some fail, when inZac Medico2008-10-131-0/+6
* Don't return from fetch() due to fetch restriction when in "listonly" mode.Zac Medico2008-10-131-0/+2
* Bug #241118 - Re-enable pkg_nofetch for emerge --pretend --fetch, but directZac Medico2008-10-121-10/+23
* Inside fetch(), don't call pkg_nofetch when in parallel-fetch mode sinceZac Medico2008-10-121-10/+15
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-101-1/+4
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* Bug #234301 - Add support to EbuildFetcher to collect elog messages thatZac Medico2008-10-071-10/+0
* In fetch(), never call the pkg_nofetch phase when in "listonly" mode.Zac Medico2008-10-061-3/+1
* In doebuild(), don't create build dirs when "listonly" fetch mode.Zac Medico2008-10-061-1/+2
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-2/+1
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-271-1/+8
* 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