summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Implement _use_dep.__nonzero__().Zac Medico2008-07-291-0/+3
* Fix _use_dep.__str__() to work correctly in the case when conditional USEZac Medico2008-07-291-0/+2
* Redirect the FEATURES=buildsyspkg message to the log when in background mode.Zac Medico2008-07-291-6/+18
* Fix alignment.Zac Medico2008-07-281-1/+1
* Tweak the conditional USE deps examples.Zac Medico2008-07-281-4/+4
* Make use of the new config.iteritems() method.Zac Medico2008-07-281-1/+1
* Fix broken reference to "categories" in CategorySet.singleBuilder(). ThanksZac Medico2008-07-281-1/+1
* Bug #233165 - When waiting for jobs and merges to finish inZac Medico2008-07-281-0/+3
* Bug #233103 - In portage.fetch(), pass all config variables instead of justZac Medico2008-07-281-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+1
* Remove pointless generator expression.Zac Medico2008-07-281-1/+1
* Fix arg count when constructing a TypeError in the SlotDict constructor.Zac 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
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-283-4/+6
* Implement new conditional USE dep syntax:Zac Medico2008-07-282-25/+80
* Create a SlotDict constructor which can take an optional positional arg thatZac Medico2008-07-281-0/+13
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-282-3/+33
* Bug #233137 - Implement Atom.split().Zac Medico2008-07-281-1/+2
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-272-7/+8
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-272-5/+44
* Schedule ebuild pkg_setup phases on the merge queue,Zac Medico2008-07-271-15/+37
* In PollScheduler._poll(), add a call to _schedule() in order to ensure thatZac Medico2008-07-271-16/+36
* Fix AsynchronousTask.removeStartListener() and removeExitListener() to returnZac Medico2008-07-271-0/+4
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* Split out an apply_priorities() function to apply nice and ionice settings.Zac Medico2008-07-261-10/+15
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-262-4/+24
* Bug #228085 - In the event of a file collision, the explanation about theZac Medico2008-07-261-1/+14
* Suppress "for /" and "to /" in status messages when ROOT=/. Thanks toZac Medico2008-07-251-9/+15
* Fix PORTAGE_BIN_PATH typo in EbuildFetcher._start().Zac Medico2008-07-251-1/+1
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Cancel prefetchers if they're the only reason the main poll loop is stillZac Medico2008-07-251-0/+7
* When in background mode and there is a single failure, dump the whole buildZac Medico2008-07-241-9/+40
* * Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND fails.Zac Medico2008-07-241-0/+1
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-242-1/+27
* Bug #228117 - Insert a trailing newline in the getconfig() input file asZac Medico2008-07-241-1/+39
* Avoid "0 files checked ..." messages reported by Pesa.Zac Medico2008-07-231-1/+1
* Fix --depclean/--prune regressions reported by selkin:Zac Medico2008-07-231-2/+9
* Add GENTOO_MIRRORS to the variables exported by EbuildFetcher.v2.2_rc2Zac Medico2008-07-231-1/+1
* Make --fetchonly disable background mode.Zac Medico2008-07-231-2/+6
* Handle UnsatisfiedResumeDep in Scheduler._calc_resume_list().Zac Medico2008-07-221-4/+44
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-222-29/+39
* In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log fileZac Medico2008-07-221-1/+2
* Fix resume_depgraph() so that it doesn't raise an AssertionError due toZac Medico2008-07-221-6/+4
* Show the number of failed packages in the status display.Zac Medico2008-07-221-11/+10
* Redirect build log eqawarn messages to the log file when in background mode.Zac Medico2008-07-222-3/+13
* Disable "Installing" status messages when in --pretend or --buildpkgonlyZac Medico2008-07-221-1/+3
* Make --pretend disable background mode and imply --jobs=1.Zac Medico2008-07-221-2/+4
* Redirect dblink._preserve_libs() messages to the log when in background mode.Zac Medico2008-07-221-2/+5