portage.git
2008-07-30 Zac MedicoFix typo. v2.2_rc5
2008-07-30 Zac MedicoUpdate foo[!bar=] syntax.
2008-07-30 Zac Medico* Fix Scheduler._restart_if_necessary() breakage so...
2008-07-30 Zac MedicoRemove redundant use dep validation code that's handled...
2008-07-30 Zac MedicoRemove unused variable.
2008-07-30 Zac Medico* Add more use dep validation.
2008-07-30 Zac MedicoWhen checking for news items in --pretend mode, pass...
2008-07-30 Zac MedicoPut a 5 second cap on the delay produced by Scheduler...
2008-07-30 Zac MedicoJust return a boolean "state changed" value from
2008-07-30 Zac Medico* Optimize SequentialTaskQueue.schedule() by using...
2008-07-30 Zac MedicoChange conditional USE deps syntax and expermental...
2008-07-29 Zac MedicoCount state changes in Scheduler._schedule_tasks()...
2008-07-29 Zac MedicoFix _choose_pkg() to always return something if nothing...
2008-07-29 Zac MedicoAvoid triggering a tight loop AssertionError in Schedul...
2008-07-29 Zac MedicoFix the last part of Scheduler._main_loop() to work...
2008-07-29 Zac MedicoDisable auto_schedule on all of Scheduler._task_queues...
2008-07-29 Zac MedicoAdd a quiet signal handler for SIGINT and SIGTERM since...
2008-07-29 Zac MedicoFix Scheduler._set_digraph() to correctly handle cases...
2008-07-29 Zac MedicoMake sure Scheduler._choose_pkg() doesn't return a...
2008-07-29 Zac MedicoFix Scheduler._choose_pkg() so that it doesn't choose...
2008-07-29 Zac MedicoEnable Scheduler._job_delay() whenever --load-average...
2008-07-29 Zac MedicoDuring the first minute of entering the main scheduler...
2008-07-29 Zac MedicoFix slightly broken loop logic in insert_optional_args...
2008-07-29 Zac MedicoAdd support for the --jobs option to be specified witho...
2008-07-29 Zac MedicoIn apply_recursive_permissions(), ignore InvalidLocatio...
2008-07-29 Zac MedicoTweak table alignment.
2008-07-29 Zac MedicoImplement _use_dep.__nonzero__().
2008-07-29 Zac MedicoFix _use_dep.__str__() to work correctly in the case...
2008-07-29 Zac MedicoRedirect the FEATURES=buildsyspkg message to the log...
2008-07-28 Zac MedicoAdd syntax examples for unconditional USE deps.
2008-07-28 Zac MedicoFix alignment.
2008-07-28 Zac MedicoTweak the conditional USE deps examples.
2008-07-28 Zac MedicoDocument the doman language code path translation exten...
2008-07-28 Zac MedicoMake use of the new config.iteritems() method.
2008-07-28 Zac MedicoFix broken reference to "categories" in CategorySet...
2008-07-28 Zac MedicoBug #233165 - When waiting for jobs and merges to finish in
2008-07-28 Zac MedicoBug #233103 - In portage.fetch(), pass all config varia...
2008-07-28 Zac MedicoEven though the message is split on $'\n' in elog_base...
2008-07-28 Zac MedicoRemove pointless generator expression.
2008-07-28 Zac MedicoAdd note about support for EAPI="2_pre0". v2.2_rc4
2008-07-28 Zac MedicoCreate a table to document conditional USE dependency...
2008-07-28 Zac MedicoFix arg count when constructing a TypeError in the...
2008-07-28 Zac MedicoAdd support for an new EAPI="2_pre0" value so that...
2008-07-28 Zac MedicoDisable the multi-bracket USE deps syntax, so only...
2008-07-28 Zac MedicoImplement new conditional USE dep syntax:
2008-07-28 Zac MedicoCreate a SlotDict constructor which can take an optiona...
2008-07-28 Zac Medico* Add support in dep_getusedeps() and isvalidatom(...
2008-07-28 Zac MedicoBug #233137 - Implement Atom.split().
2008-07-27 Zac MedicoFix incorrect logging.exception() arguments. The except...
2008-07-27 Zac MedicoFix the new glep56 code to handle missing metadata...
2008-07-27 Zac MedicoFix EbuildFetcher to pass all config variables to the...
2008-07-27 Zac MedicoUpdate path to make.conf.example. Thanks to Arfrever.
2008-07-27 Zac MedicoUse ${NORMAL} to properly restore color when necessary.
2008-07-27 Zac MedicoMake elog_base() just use \n as the delimiter in the...
2008-07-27 Zac MedicoMake all the elog functions split lines when displaying...
2008-07-27 Zac MedicoAdd support to elog_base() to split messages on newline...
2008-07-27 Zac MedicoFix breakage from r11213 in INHERITED values returned...
2008-07-27 Zac MedicoFixes from Arfrever:
2008-07-27 Zac MedicoSerialize src_unpack() $DISTDIR access for live ebuilds...
2008-07-27 Zac Medico* Define a frozenset of live eclasses for the LIVEVCS...
2008-07-27 Zac MedicoFix repoman not seeing subversion auto-ignored files...
2008-07-27 Zac MedicoTemporarily `set -o noglob` when splitting QA_DT_HASH.
2008-07-27 Zac MedicoBug #233077 - Add QA check which verifies that LDFLAGS...
2008-07-27 Zac MedicoSchedule ebuild pkg_setup phases on the merge queue,
2008-07-27 Zac MedicoIn PollScheduler._poll(), add a call to _schedule(...
2008-07-27 Zac MedicoFix AsynchronousTask.removeStartListener() and removeEx...
2008-07-26 Zac MedicoFix LinkageMap.findConsumers() to check whether the...
2008-07-26 Zac Medico* Use pure bash ${PARAMETER%/*} instead of spawing...
2008-07-26 Zac MedicoSplit out an apply_priorities() function to apply nice...
2008-07-26 Zac MedicoBug #232924 - When the user specifies a non-existent...
2008-07-26 Zac MedicoBug #228085 - In the event of a file collision, the...
2008-07-26 Zac MedicoReplace hardcoded i386 machine name in dyn_rpm() with...
2008-07-26 Zac Medico* For bug 227625, automatically create the /usr/src...
2008-07-26 Zac MedicoReduce the default PORTAGE_IONICE_COMMAND priority...
2008-07-25 Zac MedicoAdd PORTAGE_IONICE_COMMAND setting for make.conf which...
2008-07-25 Zac MedicoSuppress "for /" and "to /" in status messages when...
2008-07-25 Zac MedicoFix PORTAGE_BIN_PATH typo in EbuildFetcher._start().
2008-07-25 Zac MedicoDetect an invalid cpv passed into portdbapi.findname2...
2008-07-25 Zac MedicoCancel prefetchers if they're the only reason the main...
2008-07-24 Zac MedicoWhen in background mode and there is a single failure...
2008-07-24 Zac Medico* Refer user to make.conf(5) if PORTAGE_IONICE_COMMAND...
2008-07-24 Zac MedicoBug #206773 - Add a new PORTAGE_IONICE_COMMAND variable...
2008-07-24 Zac MedicoBug #228117 - Insert a trailing newline in the getconfi...
2008-07-23 Zac MedicoFix bug in get_repo_path() when called with multiple... v2.2_rc3
2008-07-23 Zac MedicoFix typo, found by pyflakes.
2008-07-23 Zac MedicoAvoid "0 files checked ..." messages reported by Pesa.
2008-07-23 Zac MedicoFix --depclean/--prune regressions reported by selkin:
2008-07-23 Zac MedicoAdd sandbox write access to PORTAGE_PYM_PATH before...
2008-07-23 Zac MedicoAdd GENTOO_MIRRORS to the variables exported by EbuildF... v2.2_rc2
2008-07-23 Zac MedicoMake --fetchonly disable background mode.
2008-07-22 Zac MedicoHandle UnsatisfiedResumeDep in Scheduler._calc_resume_l...
2008-07-22 Zac MedicoUpdate --depclean and --prune, removing warnings about...
2008-07-22 Zac MedicoIn dblink.unmerge(), redirect preserve-libs "!needed...
2008-07-22 Zac MedicoFix resume_depgraph() so that it doesn't raise an Asser...
2008-07-22 Zac MedicoShow the number of failed packages in the status display.
2008-07-22 Zac MedicoRedirect build log eqawarn messages to the log file...
2008-07-22 Zac MedicoDisable "Installing" status messages when in --pretend...
2008-07-22 Zac MedicoMake --pretend disable background mode and imply -...
2008-07-22 Zac MedicoRedirect dblink._preserve_libs() messages to the log...
2008-07-22 Zac MedicoAdjust status messages for --fetchonly mode.
next